summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/tuners/tuner-simple.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-09-11 14:33:26 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-09-11 14:33:26 +0200
commitb510f97758d8efa413e8ca7ab0457b1951c372c9 (patch)
tree50617d69d4267fa66eb33e3af6e1d7fab063f415 /linux/drivers/media/common/tuners/tuner-simple.c
parentcde54419edad32247d14142d40a09dc25ecf9df8 (diff)
downloadmediapointer-dvb-s2-b510f97758d8efa413e8ca7ab0457b1951c372c9.tar.gz
mediapointer-dvb-s2-b510f97758d8efa413e8ca7ab0457b1951c372c9.tar.bz2
common/tuners: Drop code after return or goto
From: Julia Lawall <julia@diku.dk> 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 'linux/drivers/media/common/tuners/tuner-simple.c')
-rw-r--r--linux/drivers/media/common/tuners/tuner-simple.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/common/tuners/tuner-simple.c b/linux/drivers/media/common/tuners/tuner-simple.c
index a379672cd..036504510 100644
--- a/linux/drivers/media/common/tuners/tuner-simple.c
+++ b/linux/drivers/media/common/tuners/tuner-simple.c
@@ -1068,7 +1068,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;