aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2007-07-22 14:44:41 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 21:03:09 -0400
commitc6f95d16e0da4d909afc787a3a3dfc504be12177 (patch)
treed26fc4674fd6957e442d9f31e7afe6e0f94f8870 /drivers
parentf38a7982ad4c38dc592f7f0ac8ee155a2df19fb5 (diff)
V4L/DVB (5910): ivtv-fb: improve debug message
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/ivtv/ivtv-fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-fb.c b/drivers/media/video/ivtv/ivtv-fb.c
index 56ce5c08bbb3..b8ad249a0b17 100644
--- a/drivers/media/video/ivtv/ivtv-fb.c
+++ b/drivers/media/video/ivtv/ivtv-fb.c
@@ -439,7 +439,7 @@ static int ivtvfb_ioctl(struct fb_info *info, unsigned int cmd, unsigned long ar
439 } 439 }
440 440
441 default: 441 default:
442 IVTV_FB_ERR("Unknown IOCTL %d\n", cmd); 442 IVTV_FB_DEBUG_INFO("Unknown ioctl %08x\n", cmd);
443 return -EINVAL; 443 return -EINVAL;
444 } 444 }
445 return 0; 445 return 0;