i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK cases
authorShinya Kuribayashi <shinya.kuribayashi@necel.com>
Mon, 16 Nov 2009 11:40:14 +0000 (20:40 +0900)
committerBen Dooks <ben-linux@fluff.org>
Wed, 9 Dec 2009 00:19:13 +0000 (00:19 +0000)
In the case of no-ACKs, we don't want to see dev_err() messages in the
console, because some utilities like i2c-tools are capable of printing
decorated console output.  This patch will ease such situations.

Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>

No differences found