[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1406190274-6539-1-git-send-email-fabf@skynet.be>
Date: Thu, 24 Jul 2014 10:24:34 +0200
From: Fabian Frederick <fabf@...net.be>
To: linux-kernel@...r.kernel.org
Cc: joe@...ches.com, gregkh@...uxfoundation.org,
Fabian Frederick <fabf@...net.be>,
Oliver Neukum <oliver@...kum.org>, linux-usb@...r.kernel.org
Subject: [PATCH 10/10 linux-next] USB: microtek: remove unnecessary break after goto
Signed-off-by: Fabian Frederick <fabf@...net.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists