From: Andy Shevchenko Date: Wed, 10 Apr 2013 00:36:37 +0000 (+0000) Subject: i2c-designware-pci: use dev_err() instead of printk() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~62^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca0c1ff528a332e6f83d4566c2c8eb05b108c83c;p=pandora-kernel.git i2c-designware-pci: use dev_err() instead of printk() With dev_err() we can get the device instance printed as well and is pretty much standard to use dev_* macros in the drivers anyway. In addition correct the indentation of probe() arguments. Signed-off-by: Andy Shevchenko Signed-off-by: Mika Westerberg Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed