commit | 29dd0dae507f73f305aaea765f975eafd1fa5493 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Nov 07 14:58:09 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Nov 07 14:58:09 2007 +0900 |
tree | 9ce766a017cbf18a408f8341c4c1e24a2d711aaa | |
parent | 9c88b6ba1c72a8bba30347b63f1531f2d9c2a309 [diff] |
rtc: sh-rtc: Handle rtc_device_register() failure properly. Currently if rtc_device_register() fails we have an IS_ERR() on the wrong pointer, which causes this to always be skipped. Fix this up to actually check the right pointer. The return value was always correct, even though the check was wrong. Signed-off-by: Paul Mundt <lethal@linux-sh.org>