Skip to content

Commit

Permalink
V4L/DVB: gspca - sq905c: Fix a compilation warning
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 11edebc commit 914e871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/sq905c.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ static int sd_config(struct gspca_dev *gspca_dev,
{
struct cam *cam = &gspca_dev->cam;
struct sd *dev = (struct sd *) gspca_dev;
int i, ret;
int ret;

PDEBUG(D_PROBE,
"SQ9050 camera detected"
Expand Down

0 comments on commit 914e871

Please sign in to comment.