From: Alan Cox <a...@linux.intel.com>
Subject: drivers/message/fusion/mptscsih.c: missing break

This happens to do the right thing in all cases on fibre channel but not on
other media types

Signed-off-by: Alan Cox <a...@linux.intel.com>
Cc: James Bottomley <james.bottom...@hansenpartnership.com>
Cc: Nagalakshmi Nandigama <nagalakshmi.nandig...@lsi.com>
Cc: Kashyap Desai <kashyap.de...@lsi.com>
Signed-off-by: Andrew Morton <a...@linux-foundation.org>
---

 drivers/message/fusion/mptscsih.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN 
drivers/message/fusion/mptscsih.c~drivers-message-fusion-mptscsihc-missing-break
 drivers/message/fusion/mptscsih.c
--- 
a/drivers/message/fusion/mptscsih.c~drivers-message-fusion-mptscsihc-missing-break
+++ a/drivers/message/fusion/mptscsih.c
@@ -792,6 +792,7 @@ mptscsih_io_done(MPT_ADAPTER *ioc, MPT_F
                         * than an unsolicited DID_ABORT.
                         */
                        sc->result = DID_RESET << 16;
+                       break;
 
                case MPI_IOCSTATUS_SCSI_EXT_TERMINATED:         /* 0x004C */
                        if (ioc->bus_type == FC)
_
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to