All of lore.kernel.org
 help / color / mirror / Atom feed
* Question on drivers/scsi/scsi_error.c
@ 2002-05-21 14:31 michael
  2002-05-21 17:59 ` Doug Ledford
  0 siblings, 1 reply; 2+ messages in thread
From: michael @ 2002-05-21 14:31 UTC (permalink / raw)
  To: linux-scsi

Hello,

why does scsi_check_sense return SUCCESS on e.g. HARDWARE_ERRORs?

        case ILLEGAL_REQUEST:
        case BLANK_CHECK:
        case DATA_PROTECT:
        case HARDWARE_ERROR:
        default:
                return SUCCESS;

I think that those errors should return FAILED, but I may overlook
something.  Please send Cc: to me, as I am not subscribed to the list.

Michael

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-05-21 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-21 14:31 Question on drivers/scsi/scsi_error.c michael
2002-05-21 17:59 ` Doug Ledford

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.