diff options
-rw-r--r-- | drivers/media/video/ivtv/ivtv-fb.c | 2 |
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; |