Skip to content

Commit

Permalink
V4L/DVB (10637): gspca - t613: Bad sensor name in kernel trace when '…
Browse files Browse the repository at this point in the history
…other' sensor.

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 Mar 30, 2009
1 parent 2797ba2 commit c35d066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/gspca/t613.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ static int sd_init(struct gspca_dev *gspca_dev)
sd->sensor = SENSOR_TAS5130A;
break;
case 0x0803:
PDEBUG(D_CONF, "sensor om6802");
PDEBUG(D_CONF, "sensor 'other'");
sd->sensor = SENSOR_OTHER;
break;
case 0x0807:
Expand Down

0 comments on commit c35d066

Please sign in to comment.