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

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

parent 5403bbae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -477,6 +477,7 @@ static int load_firmware(struct dvb_frontend *fe, unsigned int type,
				return -EINVAL;

			}
			continue;
		}

		/* Checks for a sleep command */