Re: [PATCH 1/2] i2c: designware: Remove space between variable and its value in debug print

2015-08-07 Thread Wolfram Sang
+ dev_dbg(dev-dev, %s: %s enabled=%#x stat=%#x\n, __func__, What about the double space between the %s? signature.asc Description: Digital signature

[PATCH 1/2] i2c: designware: Remove space between variable and its value in debug print

2015-08-07 Thread Jarkko Nikula
Remove extra space from enabled= 0x to make debug print a bit more dense and to be in sync with stat=0x. While at it, use %#x for printing 0x prefixed hexadecimal values. Signed-off-by: Jarkko Nikula jarkko.nik...@linux.intel.com --- drivers/i2c/busses/i2c-designware-core.c | 2 +- 1 file