Browse Source

V4L/DVB (6613): Fix: add a missing continue statement

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Mauro Carvalho Chehab 17 years ago
parent
commit
2d4c0ac60d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/media/video/tuner-xc2028.c

+ 1 - 0
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 */