Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310416
b: refs/heads/master
c: ad1be8d
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and David S. Miller committed Jun 1, 2012
1 parent 6938da0 commit 0793b73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fff3269907897ee91406ece125795f53e722677e
refs/heads/master: ad1be8d345416a794dea39761a374032aa471a76
3 changes: 3 additions & 0 deletions trunk/drivers/net/ethernet/realtek/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -6345,6 +6345,8 @@ static void __devexit rtl_remove_one(struct pci_dev *pdev)

cancel_work_sync(&tp->wk.work);

netif_napi_del(&tp->napi);

unregister_netdev(dev);

rtl_release_firmware(tp);
Expand Down Expand Up @@ -6668,6 +6670,7 @@ rtl_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
return rc;

err_out_msi_4:
netif_napi_del(&tp->napi);
rtl_disable_msi(pdev, tp);
iounmap(ioaddr);
err_out_free_res_3:
Expand Down

0 comments on commit 0793b73

Please sign in to comment.