drivers/rtc/rtc-rv3029c2.c: fix disabling AIE irq
commit29ecd78c0fd6ee05f2c6b07b23823a6ae43c13ff
authorAxel Lin <axel.lin@ingics.com>
Wed, 3 Jul 2013 22:06:45 +0000 (3 15:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:07:52 +0000 (3 16:07 -0700)
tree2f9f426b0caba93c97c2e2c7bc0d35a76386a7b0
parent364589e359267b9878790db19c6b7130bcb7ac6b
drivers/rtc/rtc-rv3029c2.c: fix disabling AIE irq

In the disable AIE irq code path, current code passes "1" to enable
parameter of rv3029c2_rtc_i2c_alarm_set_irq().  Thus it does not disable
AIE irq.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Heiko Schocher <hs@denx.de>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-rv3029c2.c