diff --git a/drivers/video/fbdev/bcm2708_fb.c b/drivers/video/fbdev/bcm2708_fb.c index 0f62d7645d8e42..a20539a96b2122 100644 --- a/drivers/video/fbdev/bcm2708_fb.c +++ b/drivers/video/fbdev/bcm2708_fb.c @@ -442,8 +442,8 @@ static int bcm2708_ioctl(struct fb_info *info, unsigned int cmd, unsigned long a &dummy, sizeof(dummy)); break; default: - dev_err(info->device, "Unknown ioctl 0x%x\n", cmd); - return -EINVAL; + dev_dbg(info->device, "Unknown ioctl 0x%x\n", cmd); + return -ENOTTY; } if (ret)