i2c-viapro: Don't log nacks
authorJean Delvare <khali@linux-fr.org>
Sun, 24 Oct 2010 16:16:59 +0000 (18:16 +0200)
committerJean Delvare <khali@endymion.delvare>
Sun, 24 Oct 2010 16:16:59 +0000 (18:16 +0200)
Transactions not acked can happen every now and then, in particular
during device detection, and various transaction types can be used for
this purpose. So stop logging this event, except when debugging is
enabled. This is what other similar drivers (e.g. i2c-i801 or
i2c-piix4) do.

Signed-off-by: Jean Delvare <khali@linux-fr.org>

No differences found