Minor changes.

This commit is contained in:
Florian Pose 2012-01-04 13:57:48 +01:00
parent 09fd1c1d3a
commit 509785bcc3
1 changed files with 1 additions and 1 deletions

View File

@ -3233,6 +3233,7 @@ rtl8169_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) | RxVlan);
device_set_wakeup_enable(&pdev->dev, tp->features & RTL_FEATURE_WOL);
if (tp->ecdev && ecdev_open(tp->ecdev)) {
ecdev_withdraw(tp->ecdev);
goto err_out_msi_5;
@ -4783,7 +4784,6 @@ static void rtl8169_down(struct net_device *dev)
netif_stop_queue(dev);
napi_disable(&tp->napi);
}
core_down: