Skip to content

Commit

Permalink
[media] gspca - sq930x: Fix a bad comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent efd3769 commit f2c5d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/sq930x.c
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ static int sd_init(struct gspca_dev *gspca_dev)
if (sd->sensor == SENSOR_MI0360) {

/* no sensor probe for icam tracer */
if (gspca_dev->usb_buf[5] == 0xf6) /* if CMOS */
if (gspca_dev->usb_buf[5] == 0xf6) /* if ccd */
sd->sensor = SENSOR_ICX098BQ;
else
cmos_probe(gspca_dev);
Expand Down

0 comments on commit f2c5d92

Please sign in to comment.