I2C: mv64xxx: fix error handling for request_irq()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 16 May 2013 20:36:11 +0000 (21:36 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 5 Jun 2013 21:06:46 +0000 (23:06 +0200)
commit0c195afb8741c32974266ba7c964481ba418b4b5
tree1cf95bb67a8a371a5ff71460dc51556ef15630cf
parent2c911103040faad9d092a72b9f4503f92154c1dc
I2C: mv64xxx: fix error handling for request_irq()

Propagate the error code from request_irq() rather than ignoring it
entirely.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Mark A. Greer <mgreer@animalcreek.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-mv64xxx.c