commit | b6ba92819dc1304a4e5a0bf06b297c657b58168a | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Sat Oct 22 15:57:55 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Sat Oct 22 15:57:55 2005 +1000 |
tree | 3ae9182dc1c0fe58dc43f8ae196cf5ac484482c6 | |
parent | ef1a12817aebc313049d226f96eee86e4bcc94a3 [diff] |
powerpc: Make set_rtc_time() return error code from lower-level function Previously it ignored the return value from ppc_md.set_rtc_time, but in fact the functions that that can point to do return a useful error code, so return it from set_rtc_time(). Signed-off-by: Paul Mackerras <paulus@samba.org>