From: Mauro Carvalho Chehab Date: Fri, 16 Nov 2007 12:43:19 +0000 (-0300) Subject: V4L/DVB (6613): Fix: add a missing continue statement X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2d4c0ac60dbcdee83da5bdebc661c2c145938d8a;p=linux-beck.git V4L/DVB (6613): Fix: add a missing continue statement Signed-off-by: Mauro Carvalho Chehab --- 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, return -EINVAL; } + continue; } /* Checks for a sleep command */