i2c: Prevent log spam on some DVB adapters
authorJean Delvare <khali@linux-fr.org>
Thu, 28 Aug 2008 06:33:23 +0000 (08:33 +0200)
committerJean Delvare <khali@mahadeva.delvare>
Thu, 28 Aug 2008 06:33:23 +0000 (08:33 +0200)
commit4329cf8613b0c7cdc020005f0e1ea7378681f1d8
treeb3c0fc13eb33018fc67ee9a7b4a4a9c308b1695d
parent96e21e4fbc1b83a3445553381ec74f904618562e
i2c: Prevent log spam on some DVB adapters

Some DVB adapters do not support the special I2C transaction that we
use for probing purposes. There's no point in logging this event, as
there's nothing the user can do and in general there is no actual
problem. So, degrade one of these messages to a debug message, and
move the other one around so that it is only printed on bogus drivers.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Uwe Bugla <uwe.bugla@gmx.de>
drivers/i2c/i2c-core.c