From: Andre Detsch Date: Mon, 26 Apr 2010 07:27:07 +0000 (+0000) Subject: tg3: Fix INTx fallback when MSI fails X-Git-Tag: v2.6.34-rc6~13^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc8bf1b1a6edfc92465526de19772061302f0929;p=pandora-kernel.git tg3: Fix INTx fallback when MSI fails tg3: Fix INTx fallback when MSI fails MSI setup changes the value of irq_vec in struct tg3 *tp. This attribute must be taken into account and restored before we try to do a new request_irq for INTx fallback. In powerpc, the original code was leading to an EINVAL return within request_irq, because the driver was trying to use the disabled MSI virtual irq number instead of tp->pdev->irq. Signed-off-by: Andre Detsch Acked-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed