[dm-devel] [PATCH] Add break for switch-case in prin_do_scsi_ioctl().

ding.yemin at zte.com.cn ding.yemin at zte.com.cn
Tue Oct 25 06:56:36 UTC 2016


From: "ding.yemin" <ding.yemin at zte.com.cn>

Add break for switch-case in prin_do_scsi_ioctl().

Signed-off-by: ding.yemin <ding.yemin at zte.com.cn>
---
 libmpathpersist/mpath_pr_ioctl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libmpathpersist/mpath_pr_ioctl.c b/libmpathpersist/mpath_pr_ioctl.c
index 8b9ac3d..ffe7468 100644
--- a/libmpathpersist/mpath_pr_ioctl.c
+++ b/libmpathpersist/mpath_pr_ioctl.c
@@ -392,6 +392,7 @@ retry :
 			break;
 		case MPATH_PRIN_RFSTAT_SA :
 			mpath_format_readfullstatus(resp, got, noisy);
+			break;
 	}
 
 out:
-- 
2.8.1.windows.1




More information about the dm-devel mailing list