commit | ef154ec69c45aa052b1fa71ee5eeaca7e7f920a3 | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Sat Jul 21 04:37:55 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sat Jul 21 17:49:17 2007 -0700 |
tree | 609d42b7547307c04c988547dd6bdbb15808642c | |
parent | 8214b0832cb3c0b74198e5b22c0e070aeaa3dd20 [diff] |
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 <anemo@mba.ocn.ne.jp> Cc: David Brownell <david-b@pacbell.net> Cc: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>