From: Manfred Spraul Date: Wed, 17 Oct 2007 19:52:33 +0000 (+0200) Subject: forcedeth msi bugfix X-Git-Tag: v2.6.24-rc1~286^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7475906bc496456ded9e4b062f94067fb93057a;p=pandora-kernel.git forcedeth msi bugfix pci_enable_msi() replaces the INTx irq number in pci_dev->irq with the new MSI irq number. The forcedeth driver did not update the copy in netdevice->irq and parts of the driver used the stale copy. See bugzilla.kernel.org, bug 9047. The patch - updates netdevice->irq - replaces all accesses to netdevice->irq with pci_dev->irq. The patch is against 2.6.23.1. IMHO suitable for both 2.6.23 and 2.6.24 Signed-Off-By: Manfred Spraul Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed