lkml.org 
[lkml]   [2014]   [Jul]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 10/10 linux-next] USB: microtek: remove unnecessary break after goto
Date
Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
drivers/usb/image/microtek.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/usb/image/microtek.c b/drivers/usb/image/microtek.c
index 37b44b0..5cf2111 100644
--- a/drivers/usb/image/microtek.c
+++ b/drivers/usb/image/microtek.c
@@ -294,7 +294,6 @@ static inline void mts_show_command(struct scsi_cmnd *srb)
default:
MTS_DEBUG("can't decode command\n");
goto out;
- break;
}
MTS_DEBUG( "Command %s (%d bytes)\n", what, srb->cmd_len);

--
1.8.4.5


\
 
 \ /
  Last update: 2014-07-24 11:41    [W:0.079 / U:0.624 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site