summaryrefslogtreecommitdiff
path: root/drivers/media/common/tuners/tuner-simple.c
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2008-09-11 12:33:26 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 11:37:01 (GMT)
commitc87994db017a5a28af2edd043669a371d800919e (patch)
tree1a7a76cd727eca72ffef6e8fc4217f678c9365d8 /drivers/media/common/tuners/tuner-simple.c
parentc9166977efdb6480dbac13df226113eb75026606 (diff)
downloadlinux-c87994db017a5a28af2edd043669a371d800919e.tar.xz
V4L/DVB (8954): common/tuners: Drop code after return or goto
The break after the return or goto serves no purpose. Signed-off-by: Julia Lawall <julia@diku.dk> Reviewed-by: Richard Genoud <richard.genoud@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/tuner-simple.c')
-rw-r--r--drivers/media/common/tuners/tuner-simple.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/tuner-simple.c b/drivers/media/common/tuners/tuner-simple.c
index fc3a6a9..2a1aac1 100644
--- a/drivers/media/common/tuners/tuner-simple.c
+++ b/drivers/media/common/tuners/tuner-simple.c
@@ -1040,7 +1040,6 @@ struct dvb_frontend *simple_tuner_attach(struct dvb_frontend *fe,
case 0:
mutex_unlock(&tuner_simple_list_mutex);
return NULL;
- break;
case 1:
fe->tuner_priv = priv;