diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-01-10 02:38:59 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:50 -0500 |
commit | 21a78091921915cd1afd0edb2940dd726edefe9b (patch) | |
tree | ee8567fc7e3a55113fb972bc5d3dfeb3967b9596 /drivers/media/video | |
parent | e47f30b140333525ea682ec672641b470da1e599 (diff) |
V4L/DVB (7010): cx23885: Small cleanup
cx23885: Small cleanup
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-video.c b/drivers/media/video/cx23885/cx23885-video.c index 8eaebdb76b1e..40d5e778aa25 100644 --- a/drivers/media/video/cx23885/cx23885-video.c +++ b/drivers/media/video/cx23885/cx23885-video.c | |||
@@ -288,7 +288,7 @@ void cx23885_video_wakeup(struct cx23885_dev *dev, | |||
288 | mod_timer(&q->timeout, jiffies+BUFFER_TIMEOUT); | 288 | mod_timer(&q->timeout, jiffies+BUFFER_TIMEOUT); |
289 | } | 289 | } |
290 | if (bc != 1) | 290 | if (bc != 1) |
291 | printk(KERN_WARN "%s: %d buffers handled (should be 1)\n", | 291 | printk(KERN_ERR "%s: %d buffers handled (should be 1)\n", |
292 | __FUNCTION__, bc); | 292 | __FUNCTION__, bc); |
293 | } | 293 | } |
294 | 294 | ||