[PATCH 2/7] i2c-designware-pci: use dev_err() instead of printk()

2013-03-21 Thread Mika Westerberg
From: Andy Shevchenko With dev_err() we can get the device instance printed as well and is pretty much standard to use dev_* macros in drivers anyway. In addition correct indentation of probe() arguments. Signed-off-by: Andy Shevchenko Signed-off-by: Mika Westerberg ---

[PATCH 2/7] i2c-designware-pci: use dev_err() instead of printk()

2013-03-21 Thread Mika Westerberg
From: Andy Shevchenko andriy.shevche...@linux.intel.com With dev_err() we can get the device instance printed as well and is pretty much standard to use dev_* macros in drivers anyway. In addition correct indentation of probe() arguments. Signed-off-by: Andy Shevchenko