summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/t613.c
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2009-02-06 17:45:23 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 17:42:50 +0200
commitc35d066e852256fa6492bb68315cf564494c8823 (patch)
treea3945a9df49105d69d8f1e02a67001ebf68494bc /drivers/media/video/gspca/t613.c
parentV4L/DVB (10636): gspca - sonixj: Add autogain for ov7630/48 and vflip for ov7... (diff)
downloadlinux-c35d066e852256fa6492bb68315cf564494c8823.tar.xz
linux-c35d066e852256fa6492bb68315cf564494c8823.zip
V4L/DVB (10637): gspca - t613: Bad sensor name in kernel trace when 'other' sensor.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/t613.c')
-rw-r--r--drivers/media/video/gspca/t613.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/t613.c b/drivers/media/video/gspca/t613.c
index 95c120a506d3..24174ccb62fa 100644
--- a/drivers/media/video/gspca/t613.c
+++ b/drivers/media/video/gspca/t613.c
@@ -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: