diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/cam/cam_periph.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/cam/cam_periph.c b/sys/cam/cam_periph.c index bc00017..18bf45a 100644 --- a/sys/cam/cam_periph.c +++ b/sys/cam/cam_periph.c @@ -1369,6 +1369,9 @@ camperiphscsisenseerror(union ccb *ccb, cam_flags camflags, switch (err_action & SS_MASK) { case SS_NOP: + action_string = "No Recovery Action Needed"; + error = 0; + break; case SS_RETRY: action_string = "Retrying Command"; error = ERESTART; |