Commit 58e03379 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] wdt.c warning fix

drivers/char/watchdog/wdt.c: In function `wdt_init':
drivers/char/watchdog/wdt.c:638: warning: label `outrbt' defined but not used
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
parent 1c211088
...@@ -633,8 +633,8 @@ static int __init wdt_init(void) ...@@ -633,8 +633,8 @@ static int __init wdt_init(void)
outmisc: outmisc:
#ifdef CONFIG_WDT_501 #ifdef CONFIG_WDT_501
misc_deregister(&temp_miscdev); misc_deregister(&temp_miscdev);
#endif /* CONFIG_WDT_501 */
outrbt: outrbt:
#endif /* CONFIG_WDT_501 */
unregister_reboot_notifier(&wdt_notifier); unregister_reboot_notifier(&wdt_notifier);
outirq: outirq:
free_irq(irq, NULL); free_irq(irq, NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment