public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* bttv-i2c.c wrong printk() fix
@ 2012-09-30 11:20 Andreas Kool
  0 siblings, 0 replies; only message in thread
From: Andreas Kool @ 2012-09-30 11:20 UTC (permalink / raw)
  To: linux-media

Hi all,

since i am using Linux 3.x my syslog gets flooded with tons of

[67819.884660] >
[67819.885062] >
[67819.885466] >
...

Please add these patch to v4l:

--- v4l-dvb/drivers/media/pci/bt8xx/bttv-i2c.c.orig	2012-09-30 
12:54:09.611095929 +0200
+++ v4l-dvb/drivers/media/pci/bt8xx/bttv-i2c.c	2012-09-30 
12:59:40.797318140 +0200
@@ -173,7 +173,7 @@
 		if (i2c_debug)
 			pr_cont(" %02x", msg->buf[cnt]);
 	}
-	if (!(xmit & BT878_I2C_NOSTOP))
+	if (i2c_debug && !(xmit & BT878_I2C_NOSTOP))
 		pr_cont(">\n");
 	return msg->len;

Thanks and
Ciao,
Andreas
-- 
Andreas Kool (Dont send mail to: ubecacher@akool.de)
Transmission of this message via the Microsoft Network is prohibited

"Das Wort WINDOWS stammt aus einem alten Sioux-Dialekt und bedeutet:
 Weisser Mann starrt durch Glasscheibe auf Sanduhr." (anonym)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-30 11:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-30 11:20 bttv-i2c.c wrong printk() fix Andreas Kool

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox