commit | ca0c1ff528a332e6f83d4566c2c8eb05b108c83c | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Apr 10 00:36:37 2013 +0000 |
committer | Wolfram Sang <wsa@the-dreams.de> | Mon Apr 15 18:16:59 2013 +0200 |
tree | 252de00b50fdc35e3cf788c074002cafd60111b1 | |
parent | 1cb715ca46946b1ad32735d11830a84a433f2b1b [diff] |
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 <andriy.shevchenko@linux.intel.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>