summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/uts/common/io/1394/targets/scsa1394/hba.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/1394/targets/scsa1394/hba.c b/usr/src/uts/common/io/1394/targets/scsa1394/hba.c
index 3aade0f089..91c9407b56 100644
--- a/usr/src/uts/common/io/1394/targets/scsa1394/hba.c
+++ b/usr/src/uts/common/io/1394/targets/scsa1394/hba.c
@@ -2378,6 +2378,7 @@ scsa1394_cmd_fake_comp(scsa1394_state_t *sp, scsa1394_cmd_t *cmd)
mutex_exit(&lp->l_mutex);
return (scsa1394_cmd_fake_mode_sense(sp, cmd));
}
+ break;
default:
ret = DDI_FAILURE;
}