Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 405
b: refs/heads/master
c: 1890082
h: refs/heads/master
i:
  403: 83263fc
v: v3
  • Loading branch information
chas williams authored and David S. Miller committed Apr 25, 2005
1 parent f033a82 commit e12cd9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e5695f0800f8450d9a48efb1424918d18093b00b
refs/heads/master: 18900829f32443658ca4d4793c01621c75d551c1
4 changes: 1 addition & 3 deletions trunk/drivers/atm/fore200e.c
Original file line number Diff line number Diff line change
Expand Up @@ -2792,8 +2792,6 @@ static void __devexit fore200e_pca_remove_one(struct pci_dev *pci_dev)

fore200e = pci_get_drvdata(pci_dev);

list_del(&fore200e->entry);

fore200e_shutdown(fore200e);
kfree(fore200e);
pci_disable_device(pci_dev);
Expand Down Expand Up @@ -2850,7 +2848,7 @@ fore200e_module_init(void)
}

#ifdef CONFIG_ATM_FORE200E_PCA
if (!pci_module_init(&fore200e_pca_driver))
if (!pci_register_driver(&fore200e_pca_driver))
return 0;
#endif

Expand Down

0 comments on commit e12cd9d

Please sign in to comment.