rtc: mc146818-lib: fix signedness bug in mc146818_get_time()
stable inclusion from stable-v5.10.159 commit cb283cca1ddc23297f61366a4363ce2b9e6f6331 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I7NTXH Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=cb283cca1ddc23297f61366a4363ce2b9e6f6331 -------------------------------- [ Upstream commit 7372971c ] The mc146818_get_time() function returns zero on success or negative a error code on failure. It needs to be type int. Fixes: d35786b3 ("rtc: mc146818-lib: change return values of mc146818_get_time()") Signed-off-by:Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by:
Mateusz Jończyk <mat.jonczyk@o2.pl> Signed-off-by:
Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20220111071922.GE11243@kili Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com>
Loading
Please sign in to comment