diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-16 07:43:19 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:02:14 -0500 |
commit | 2d4c0ac60dbcdee83da5bdebc661c2c145938d8a (patch) | |
tree | fdc236a23ebcd2be0ae8525eacf72cdd5d8aa229 | |
parent | 5403bbae9bfebe1f2df3a022c83e54f70906cefe (diff) |
V4L/DVB (6613): Fix: add a missing continue statement
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/tuner-xc2028.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c index 89e6e64786ea..748f9ad08b88 100644 --- a/drivers/media/video/tuner-xc2028.c +++ b/drivers/media/video/tuner-xc2028.c | |||
@@ -477,6 +477,7 @@ static int load_firmware(struct dvb_frontend *fe, unsigned int type, | |||
477 | return -EINVAL; | 477 | return -EINVAL; |
478 | 478 | ||
479 | } | 479 | } |
480 | continue; | ||
480 | } | 481 | } |
481 | 482 | ||
482 | /* Checks for a sleep command */ | 483 | /* Checks for a sleep command */ |