From: Jarkko Nikula Date: Fri, 7 Aug 2015 11:53:03 +0000 (+0300) Subject: i2c: designware: Make debug print in i2c_dw_isr() shorter X-Git-Tag: omap-for-v4.3/fixes-rc1~62^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb427466dcde21fc4aab27153735bdd5c62b422d;p=pandora-kernel.git 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 [wsa: made it a oneliner] Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed