* [PATCH] mpt: missing break
@ 2012-10-16 10:50 Alan Cox
0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2012-10-16 10:50 UTC (permalink / raw)
To: linux-scsi, linux-kernel
From: Alan Cox <alan@linux.intel.com>
This happens to do the right thing in all cases on fibre channel but not on
other media types
Signed-off-by: Alan Cox <alan@linux.intel.com>
---
drivers/message/fusion/mptscsih.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/message/fusion/mptscsih.c b/drivers/message/fusion/mptscsih.c
index 0c3ced7..164afa7 100644
--- a/drivers/message/fusion/mptscsih.c
+++ b/drivers/message/fusion/mptscsih.c
@@ -792,6 +792,7 @@ mptscsih_io_done(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *mr)
* than an unsolicited DID_ABORT.
*/
sc->result = DID_RESET << 16;
+ break;
case MPI_IOCSTATUS_SCSI_EXT_TERMINATED: /* 0x004C */
if (ioc->bus_type == FC)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-16 10:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-16 10:50 [PATCH] mpt: missing break Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).