summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux/drivers/media/video/cx23885/cx23885-video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885-video.c b/linux/drivers/media/video/cx23885/cx23885-video.c
index dd09c683e..cc0b16d26 100644
--- a/linux/drivers/media/video/cx23885/cx23885-video.c
+++ b/linux/drivers/media/video/cx23885/cx23885-video.c
@@ -343,7 +343,7 @@ void cx23885_video_wakeup(struct cx23885_dev *dev,
mod_timer(&q->timeout, jiffies+BUFFER_TIMEOUT);
}
if (bc != 1)
- printk(KERN_WARN "%s: %d buffers handled (should be 1)\n",
+ printk(KERN_ERR "%s: %d buffers handled (should be 1)\n",
__FUNCTION__, bc);
}