2014-07-08 17:20:44

by Fabian Frédérick

[permalink] [raw]
Subject: [PATCH 1/1] r820t: remove unnecessary break after goto

Cc: Mauro Carvalho Chehab <[email protected]>
Cc: Antti Palosaari <[email protected]>
Cc: Michael Krufky <[email protected]>
Cc: [email protected]
Signed-off-by: Fabian Frederick <[email protected]>
---
drivers/media/tuners/r820t.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/media/tuners/r820t.c b/drivers/media/tuners/r820t.c
index 96ccfeb..6906b16 100644
--- a/drivers/media/tuners/r820t.c
+++ b/drivers/media/tuners/r820t.c
@@ -2300,7 +2300,6 @@ struct dvb_frontend *r820t_attach(struct dvb_frontend *fe,
case 0:
/* memory allocation failure */
goto err_no_gate;
- break;
case 1:
/* new tuner instance */
priv->cfg = cfg;
--
1.8.4.5