commit | 31ccb081ec6c7eedfd7e88a48365c67ce44ecb92 | [log] [tgz] |
---|---|---|
author | Jamie Lenehan <lenehan@twibble.org> | Thu Dec 07 17:23:50 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Dec 12 08:42:07 2006 +0900 |
tree | 4aec69a007bb8097ca20364b0143d1af4660bd25 | |
parent | 417d6b9edb5958c2cc76e8ef701ebe09a3152deb [diff] |
rtc: rtc-sh: fix for period rtc interrupts. When testing the per second interrupt support (RTC_UIE_ON/RTC_UIE_OFF) of the new RTC system it would die in sh_rtc_interrupt due to a null ptr dereference. The following gets it working correctly. Signed-off-by: Jamie Lenehan <lenehan@twibble.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>