From: Andreas Kool <akool@akool.de>
To: linux-media@vger.kernel.org
Subject: bttv-i2c.c wrong printk() fix
Date: Sun, 30 Sep 2012 13:20:05 +0200 [thread overview]
Message-ID: <3731E90DC23C0BA24C9E88BF@x11> (raw)
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)
reply other threads:[~2012-09-30 11:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3731E90DC23C0BA24C9E88BF@x11 \
--to=akool@akool.de \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox