diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-16 09:43:19 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 19:02:14 -0200 |
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 89e6e64786e..748f9ad08b8 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, return -EINVAL; } + continue; } /* Checks for a sleep command */ |