commit | 7dc9b48fc5b9641d4b2a222825e5be64ebb27356 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@redhat.com> | Tue Oct 21 13:44:58 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Oct 23 09:19:47 2008 -0700 |
tree | 3c95d71a69759c0c13bbc26d86eb2d21db4f7f8e | |
parent | a8ddac7e53e89cb877965097d05adfeb1c91def3 [diff] |
watchdog: Fix warning This seems to have popped up after the recent merges: drivers/watchdog/w83697ug_wdt.c: In function ‘w83697ug_select_wd_register’: drivers/watchdog/w83697ug_wdt.c:105: warning: ‘return’ with a value, in function returning void Signed-off-by: Alan Cox <alan@redhat.com> Acked-by: Wim Van Sebroeck <wim@iguana.be> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>