mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 15:19:26 -04:00
V4L/DVB (6613): Fix: add a missing continue statement
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
@@ -477,6 +477,7 @@ static int load_firmware(struct dvb_frontend *fe, unsigned int type,
|
||||
return -EINVAL;
|
||||
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
/* Checks for a sleep command */
|
||||
|
||||
Reference in New Issue
Block a user