drivers/rtc/rtc-vr41xx.c: fix error return code in rtc_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 3 Jul 2013 22:07:04 +0000 (15:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:54 +0000 (16:07 -0700)
commit812f147853a14812b260620b19e0764cdeb71b4c
tree98478df5dc6bde254d7d6c34b74064cc551682c0
parent1df0a4711f6e93c1073dd82f6e7905748842e2b3
drivers/rtc/rtc-vr41xx.c: fix error return code in rtc_probe()

Fix to return -EBUSY in the platform irq get error handling case instead
of 0, as done elsewhere in this function.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-vr41xx.c