commit | 94a339d016e26f96a1bd9e08306c857825c91a66 | [log] [tgz] |
---|---|---|
author | Venu Byravarasu <[email protected]> | Fri Mar 23 15:02:33 2012 -0700 |
committer | Linus Torvalds <[email protected]> | Fri Mar 23 16:58:39 2012 -0700 |
tree | 1f1fcdfbb741b6821b2f26d1f4c0442e03ac3f3d | |
parent | f7439bcb74aca4234fedc336a21e169e6e33bb2e [diff] |
drivers/rtc/rtc-twl.c: simplify RTC interrupt clearing For clearing RTC interrupt, programming ALARM bit only is sufficient, as all other bits are any way not affected by writing 0 to them. Hence removed unwanted OR operation. Signed-off-by: Venu Byravarasu <[email protected]> Cc: Alessandro Zummo <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>