View | Details | Raw Unified | Return to bug 5137 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.6.20-rc5/drivers/net/r8169.c (+2 lines)
Lines 1547-1552 static int __devinit rtl8169_try_msi(str Link Here
1547
1547
1548
	if (!tp->msi && netif_msg_drv(tp))
1548
	if (!tp->msi && netif_msg_drv(tp))
1549
		goto err_status_ok_1;
1549
		goto err_status_ok_1;
1550
1551
	tp->dev->irq = pdev->irq;
1550
out:
1552
out:
1551
	return rc;
1553
	return rc;
1552
1554

Return to bug 5137