]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/rtc/rtc-s3c.c: fix return value in s3c_rtc_probe()
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 28 Sep 2012 00:20:37 +0000 (10:20 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 5 Oct 2012 04:01:31 +0000 (14:01 +1000)
commitd70e84afc47d8a757ececb5c336a1dccab9a89ff
tree26f477334504c5e02b6e5d577ae3d19af267c8e4
parent9f7662041be843441f18607fe91232e9b8b58303
drivers/rtc/rtc-s3c.c: fix return value in s3c_rtc_probe()

Return the value returned by platform_get_irq() instead of -ENOENT;

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-s3c.c