drivers/message/fusion/mptscsih.c: missing break
authorAlan Cox <[email protected]>
Tue, 18 Dec 2012 22:21:30 +0000 (14:21 -0800)
committerLinus Torvalds <[email protected]>
Tue, 18 Dec 2012 23:02:12 +0000 (15:02 -0800)
This happens to do the right thing in all cases on fibre channel but not on
other media types

Signed-off-by: Alan Cox <[email protected]>
Cc: James Bottomley <[email protected]>
Cc: Nagalakshmi Nandigama <[email protected]>
Cc: Kashyap Desai <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/message/fusion/mptscsih.c

index 0c3ced70707b9b62be49c41f56e3bc482f80e2bb..164afa71bba7a0bae51aaeb0509237a15d590dbe 100644 (file)
@@ -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)