[PATCH] missing "break" statement in tgt_device_create()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Adding a missing "break" statement due to a previous patch.
Thanx to: Ni-Feng Chang <zapchang@xxxxxxxxx> for noticing this.

Signed-off-by: Alexander Nezhinsky <alexandern@xxxxxxxxxxxx>
---
 usr/target.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/usr/target.c b/usr/target.c
index ebfeb7d..d96d93e 100644
--- a/usr/target.c
+++ b/usr/target.c
@@ -488,6 +488,7 @@ int tgt_device_create(int tid, int dev_type, uint64_t lun, char *params,
 			break;
 		case Opt_bsoflags:
 			bsoflags = match_strdup(&args[0]);
+			break;
 		case Opt_blocksize:
 			blocksize = match_strdup(&args[0]);
 			break;
--
1.7.3
--
To unsubscribe from this list: send the line "unsubscribe stgt" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux SCSI]     [Linux RAID]     [Linux Clusters]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]

  Powered by Linux