From: John Törnblom Date: Mon, 17 Dec 2012 11:53:54 +0000 (-0300) Subject: [media] bttv: avoid flooding the kernel log when i2c debugging is disabled X-Git-Tag: v3.9-rc1~93^2~365 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ca6ae8de8a563f69eebe114d023855b4f0bcb1b;p=pandora-kernel.git [media] bttv: avoid flooding the kernel log when i2c debugging is disabled When the bttv driver is running without i2c_debug being set, the kernel log is being flooded with the string ">". This string is really a part of a debug message that is logged using several substrings protected by a conditional check. This patch adds the same conditional check to the leaked substring. Signed-off-by: John Törnblom Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed