From: Akinobu Mita Date: Sat, 21 Aug 2010 09:27:50 +0000 (+0900) Subject: watchdog: sb_wdog: release irq and reboot notifier in error path and module_exit() X-Git-Tag: v2.6.36-rc5~27^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae44855ae8b36e4194a0a43eec6351e81f880955;p=pandora-kernel.git watchdog: sb_wdog: release irq and reboot notifier in error path and module_exit() irq and reboot notifier are acquired in module_init() but never released. They should be released correctly, otherwise reloading the module or error during module_init() will cause a problem. Signed-off-by: Akinobu Mita Cc: Andrew Sharp Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed