Re: [PATCH] i2c: designware: Make debug print in i2c_dw_isr() shorter

2015-08-07 Thread Wolfram Sang
On Fri, Aug 07, 2015 at 02:53:03PM +0300, Jarkko Nikula wrote: > 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

[PATCH] i2c: designware: Make debug print in i2c_dw_isr() shorter

2015-08-07 Thread Jarkko Nikula
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: