diff options
author | Julia Lawall <julia@diku.dk> | 2008-09-11 14:33:26 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 13:37:01 +0200 |
commit | c87994db017a5a28af2edd043669a371d800919e (patch) | |
tree | 1a7a76cd727eca72ffef6e8fc4217f678c9365d8 /drivers/media/common/tuners/mxl5007t.c | |
parent | V4L/DVB: remove unused #include <version.h> (diff) | |
download | linux-c87994db017a5a28af2edd043669a371d800919e.tar.xz linux-c87994db017a5a28af2edd043669a371d800919e.zip |
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/mxl5007t.c')
-rw-r--r-- | drivers/media/common/tuners/mxl5007t.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/mxl5007t.c b/drivers/media/common/tuners/mxl5007t.c index cb25e43502fe..64379f2bf237 100644 --- a/drivers/media/common/tuners/mxl5007t.c +++ b/drivers/media/common/tuners/mxl5007t.c @@ -979,7 +979,6 @@ struct dvb_frontend *mxl5007t_attach(struct dvb_frontend *fe, switch (instance) { case 0: goto fail; - break; case 1: /* new tuner instance */ state->config = cfg; |