]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: designware: Make debug print in i2c_dw_isr() shorter
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Fri, 7 Aug 2015 11:53:03 +0000 (14:53 +0300)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 10 Aug 2015 06:37:36 +0000 (08:37 +0200)
commit39e5b27da7b584dce68bd16fc9cbace56e8f47d9
treefcbaeb99b02554506bb0c4716716a2fb5f8f6653
parent2dd3551fdfb9bf84ce4ef4230fe108a796178359
i2c: designware: Make debug print in i2c_dw_isr() shorter

Printing adapter name is irrelevant from this debug print and makes output
needlessly long. Having already device and functions names printed here is
enough for debugging.

While at it remove extra space from "enabled= 0x" and use "%#x" for
printing "0x" prefixed hexadecimal values.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
[wsa: made it a oneliner]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-designware-core.c