]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
i2c: designware-baytrail: fix typo in error path
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 10 Feb 2015 17:06:07 +0000 (19:06 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Sat, 7 Mar 2015 00:07:27 +0000 (01:07 +0100)
commit259aada436e13ec75a8b0f252a78e6577879008e
tree388a83a11aacfaeaef7f88ae214b12059f7f313a
parent9b5c9f043e7a70665b2eb092f316d5d5cd238d49
i2c: designware-baytrail: fix typo in error path

It seems we have same message for different return values in get_sem() and
baytrail_i2c_acquire(). I suspect this is just a typo, so this patch fixes it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: David E. Box <david.e.box@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-designware-baytrail.c