From: Lennert Buytenhek Date: Sun, 24 Aug 2008 00:30:42 +0000 (+0200) Subject: mv643xx_eth: fix inconsistent lock semantics X-Git-Tag: v2.6.27-rc5~8^2~4^2~30^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e0b1bf6ac6c4c6dd985e586cd765aede4678bba;p=pandora-kernel.git mv643xx_eth: fix inconsistent lock semantics Nicolas Pitre noted that mv643xx_eth_poll was incorrectly using non-IRQ-safe locks while checking whether to wake up the netdevice's transmit queue. Convert the locking to *_irq() variants, since we are running from softirq context where interrupts are enabled. Signed-off-by: Lennert Buytenhek --- Reading git-diff-tree failed