summaryrefslogtreecommitdiffstats
path: root/sys/dev/hfa/fore_intr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hfa/fore_intr.c')
-rw-r--r--sys/dev/hfa/fore_intr.c4
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
OpenPOWER on IntegriCloud