commit | 6d1ea0f6afde6887d6dea2ace1714a23d9b5820d | [log] [tgz] |
---|---|---|
author | Shinya Kuribayashi <shinya.kuribayashi@necel.com> | Mon Nov 16 20:40:14 2009 +0900 |
committer | Ben Dooks <ben-linux@fluff.org> | Wed Dec 09 00:19:13 2009 +0000 |
tree | 3acb20e31d87b19cf3c9ffb050ca12b7500ff274 | |
parent | a0e06ea64cd2b4b7eee9c196bf623d6c9e44df7c [diff] |
i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK cases 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>