commit | 9b938166907558e664d8fa413e6233a36669e0c0 | [log] [tgz] |
---|---|---|
author | Andrew Victor <andrew@sanpeople.com> | Tue Jan 09 13:20:54 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jan 24 11:59:55 2007 +0000 |
tree | e19a582c7d77311b2faaafaeb50125bd398aee62 | |
parent | e9d10a16ea76f42ea9ce58508e4af7c52acf1e40 [diff] |
[ARM] 4088/1: AT91: Unbalanced IRQ in serial driver suspend/resume This patch fixes the unbalanced calls to enable_irq_wake() and disable_irq_wake() in the AT91 (and AVR32) serial driver. It should resolve these kernel messages: Unbalanced IRQ x wake disable BUG: warning at kernel/irq/manage.c:167/set_irq_wake() Original patch from Marc Pignat. Signed-off-by: Andrew Victor <andrew@sanpeople.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>