diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-01-10 02:38:59 -0500 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-01-10 02:38:59 -0500 |
commit | d675a695686fca466ff2bf1b1d19f27b1fcbe49e (patch) | |
tree | 9005072eb4ca1bd9d908375e7656259de53412ad /linux | |
parent | c95332f02100efe21fe500e40945984493eb04a2 (diff) | |
download | mediapointer-dvb-s2-d675a695686fca466ff2bf1b1d19f27b1fcbe49e.tar.gz mediapointer-dvb-s2-d675a695686fca466ff2bf1b1d19f27b1fcbe49e.tar.bz2 |
cx23885: Small cleanup
From: Steven Toth <stoth@hauppauge.com>
cx23885: Small cleanup
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/cx23885/cx23885-video.c | 2 |
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); } |