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

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Mauro Carvalho Chehab 2007-11-16 09:43:19 -03:00
parent 5403bbae9b
commit 2d4c0ac60d

View file

@ -477,6 +477,7 @@ static int load_firmware(struct dvb_frontend *fe, unsigned int type,
return -EINVAL;
}
continue;
}
/* Checks for a sleep command */