From: Jan Weitzel Date: Tue, 14 Feb 2012 21:35:15 +0000 (+0000) Subject: net/ethernet: ks8851_mll fix irq handling X-Git-Tag: v3.3-rc4~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c23e4132258be41218584cfb37a43d9346cdd64;p=pandora-kernel.git net/ethernet: ks8851_mll fix irq handling There a two different irq variables ks->irq and netdev->irq. Only ks->irq is set on probe, so disabling irq in ks_start_xmit fails. This patches remove ks->irq from private data and use only netdev->irq. Tested on a kernel 3.0 based OMAP4430 SMP Board Signed-off-by: Jan Weitzel Signed-off-by: David S. Miller --- Reading git-diff-tree failed