Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21a78091 authored by Steven Toth's avatar Steven Toth Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (7010): cx23885: Small cleanup



cx23885: Small cleanup

Signed-off-by: default avatarSteven Toth <stoth@hauppauge.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent e47f30b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -288,7 +288,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);
}