]> git.kernelconcepts.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>
Wed, 26 Sep 2012 01:34:39 +0000 (11:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Sep 2012 07:28:20 +0000 (17:28 +1000)
commitdd53efb15792ced3d5618a2bb0d80c3b0fef1e37
tree61b21268a2e76b7003e789b57afcddc86b081e12
parentc646f59bd4d71b243da3619148d87f3d0a08ba03
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