diff options
Diffstat (limited to 'sys/dev/hfa/fore_intr.c')
-rw-r--r-- | sys/dev/hfa/fore_intr.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/hfa/fore_intr.c b/sys/dev/hfa/fore_intr.c index 2193a51..319c665 100644 --- a/sys/dev/hfa/fore_intr.c +++ b/sys/dev/hfa/fore_intr.c @@ -171,6 +171,10 @@ fore_intr(arg) */ if ((fup->fu_flags & CUF_INITED) == 0) { + if (fup->fu_ft4) + /* may not happen */ + goto done; + /* * We're just initializing device now, so see if * the initialization command has completed |