Commit 2d4c0ac6 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

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

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 5403bbae
......@@ -477,6 +477,7 @@ static int load_firmware(struct dvb_frontend *fe, unsigned int type,
return -EINVAL;
}
continue;
}
/* Checks for a sleep command */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment