]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[SCSI] libiscsi: Add a missing break statement
authorAdheer Chandravanshi <adheer.chandravanshi@qlogic.com>
Mon, 22 Jul 2013 11:46:09 +0000 (07:46 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 23 Aug 2013 17:45:30 +0000 (13:45 -0400)
Signed-off-by: Adheer Chandravanshi <adheer.chandravanshi@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/libiscsi.c

index 86153e087e8106ee9ba1546d0b0053b416ad9b06..afc6c3f3782bf156fc3f7d71258faa7b81f7cc5b 100644 (file)
@@ -3350,6 +3350,7 @@ int iscsi_session_get_param(struct iscsi_cls_session *cls_session,
                break;
        case ISCSI_PARAM_BOOT_TARGET:
                len = sprintf(buf, "%s\n", session->boot_target);
+               break;
        case ISCSI_PARAM_AUTO_SND_TGT_DISABLE:
                len = sprintf(buf, "%u\n", session->auto_snd_tgt_disable);
                break;