aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2008-02-28 13:29:43 +0000
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-29 08:06:37 -0800
commit32fa458688fa2e68bc433929b2d4941eef7efe39 (patch)
tree0ae8fa708560fefb84e1f90cce6b9ce6300ec05d /Documentation
parentb59931649256685f294d2d163a4f6d6286fbff05 (diff)
Fix hpet_(un)register_irq_handler() for emulation
Fix hpet_(un)register_irq_handler() for when CONFIG_HPET_EMULATE_RTC=n. They are provided macros that substitute value 0, but if they are called as functions and the return value isn't checked, the following warnings appear: drivers/char/rtc.c: In function `rtc_init': drivers/char/rtc.c:1063: warning: statement with no effect drivers/char/rtc.c: In function `rtc_exit': drivers/char/rtc.c:1157: warning: statement with no effect Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions