Skip to content

Commit

Permalink
V4L/DVB (6613): Fix: add a missing continue statement
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 5403bba commit 2d4c0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/tuner-xc2028.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ static int load_firmware(struct dvb_frontend *fe, unsigned int type,
return -EINVAL;

}
continue;
}

/* Checks for a sleep command */
Expand Down

0 comments on commit 2d4c0ac

Please sign in to comment.