aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/xc5000.c
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-07-08 15:17:41 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-07-22 21:27:13 -0300
commit2442b6afd0911453f0bf412af4b420439861503d (patch)
tree900433fd973c43108f91af248d201b0b626d23b4 /drivers/media/tuners/xc5000.c
parent[media] dvb-frontends: remove unnecessary break after goto (diff)
downloadlinux-dev-2442b6afd0911453f0bf412af4b420439861503d.tar.xz
linux-dev-2442b6afd0911453f0bf412af4b420439861503d.zip
[media] xc5000: remove unnecessary break after goto
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/tuners/xc5000.c')
-rw-r--r--drivers/media/tuners/xc5000.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/tuners/xc5000.c b/drivers/media/tuners/xc5000.c
index 2b3d514be672..f059ba2f5656 100644
--- a/drivers/media/tuners/xc5000.c
+++ b/drivers/media/tuners/xc5000.c
@@ -1302,7 +1302,6 @@ struct dvb_frontend *xc5000_attach(struct dvb_frontend *fe,
switch (instance) {
case 0:
goto fail;
- break;
case 1:
/* new tuner instance */
priv->bandwidth = 6000000;