summaryrefslogtreecommitdiff
path: root/drivers/media/video/gspca/t613.c
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2009-02-06 16:45:23 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 15:42:50 (GMT)
commitc35d066e852256fa6492bb68315cf564494c8823 (patch)
treea3945a9df49105d69d8f1e02a67001ebf68494bc /drivers/media/video/gspca/t613.c
parent2797ba2a1727df07a4c74d494a43296cbf5179b9 (diff)
downloadlinux-c35d066e852256fa6492bb68315cf564494c8823.tar.xz
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 95c120a..24174cc 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: