From ef154ec69c45aa052b1fa71ee5eeaca7e7f920a3 Mon Sep 17 00:00:00 2001 From: Atsushi Nemoto Date: Sat, 21 Jul 2007 04:37:55 -0700 Subject: [PATCH] rtc: do not return void value This patch fixes these sparse warnings: drivers/rtc/rtc-ds1742.c:265:2: warning: returning void-valued expression drivers/rtc/rtc-ds1553.c:409:2: warning: returning void-valued expression Signed-off-by: Atsushi Nemoto Cc: David Brownell Cc: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed