diff options
-rw-r--r-- | drivers/video/ps3fb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/ps3fb.c b/drivers/video/ps3fb.c index eb8afc7ace03..49069dba1b5d 100644 --- a/drivers/video/ps3fb.c +++ b/drivers/video/ps3fb.c @@ -389,8 +389,8 @@ static int ps3fb_sync(struct fb_info *info, u32 frame) yres = ps3fb_res[i].yres; if (frame > ps3fb.num_frames - 1) { - dev_warn(info->device, "%s: invalid frame number (%u)\n", - __func__, frame); + dev_dbg(info->device, "%s: invalid frame number (%u)\n", + __func__, frame); return -EINVAL; } offset = xres * yres * BPP * frame; |