aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common/tuners/tda9887.c
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2008-09-11 08:33:26 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 07:37:01 -0400
commitc87994db017a5a28af2edd043669a371d800919e (patch)
tree1a7a76cd727eca72ffef6e8fc4217f678c9365d8 /drivers/media/common/tuners/tda9887.c
parentc9166977efdb6480dbac13df226113eb75026606 (diff)
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/tda9887.c')
-rw-r--r--drivers/media/common/tuners/tda9887.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/tda9887.c b/drivers/media/common/tuners/tda9887.c
index 72abf0b73486..ff1788cc5d48 100644
--- a/drivers/media/common/tuners/tda9887.c
+++ b/drivers/media/common/tuners/tda9887.c
@@ -686,7 +686,6 @@ struct dvb_frontend *tda9887_attach(struct dvb_frontend *fe,
686 case 0: 686 case 0:
687 mutex_unlock(&tda9887_list_mutex); 687 mutex_unlock(&tda9887_list_mutex);
688 return NULL; 688 return NULL;
689 break;
690 case 1: 689 case 1:
691 fe->analog_demod_priv = priv; 690 fe->analog_demod_priv = priv;
692 priv->mode = T_STANDBY; 691 priv->mode = T_STANDBY;