From 2d4c0ac60dbcdee83da5bdebc661c2c145938d8a Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 16 Nov 2007 09:43:19 -0300 Subject: [PATCH] V4L/DVB (6613): Fix: add a missing continue statement Signed-off-by: Mauro Carvalho Chehab --- drivers/media/video/tuner-xc2028.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c index 89e6e64..748f9ad 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 */ -- 2.7.4