From ca0c1ff528a332e6f83d4566c2c8eb05b108c83c Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Wed, 10 Apr 2013 00:36:37 +0000 Subject: [PATCH] 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-format-patch failed