From: Paul Mackerras Date: Sat, 22 Oct 2005 05:57:55 +0000 (+1000) Subject: powerpc: Make set_rtc_time() return error code from lower-level function X-Git-Tag: v2.6.15-rc1~59^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6ba92819dc1304a4e5a0bf06b297c657b58168a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed