commit | a361a68bc510b91b50462433cfa65c6b620a80c3 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed May 09 12:37:53 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed May 09 12:37:53 2007 +0900 |
tree | 339a173db5e2bad7a3cca8e8ebece43ea74115f5 | |
parent | b118ca572db5af832c6fc1af7b301105378d1a08 [diff] |
rtc: rtc-sh: Fix rtc_dev pointer for rtc_update_irq(). When the rtc_update_irq() callsites stopped passing in the class_dev, the rtc_dev references weren't fixed. Fix it up, so we pass in the proper pointer. Signed-off-by: Paul Mundt <lethal@linux-sh.org>