Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203592
b: refs/heads/master
c: c9634ac
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and David S. Miller committed Jul 16, 2010
1 parent dab6de0 commit c1c6cea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 6df7b80c64a3489782edfdee12c8828bb6a8a317
refs/heads/master: c9634ac1b79bf7b26ceabff16c1fd36943cf5511
6 changes: 2 additions & 4 deletions trunk/drivers/atm/zatm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1637,10 +1637,8 @@ static int __devinit zatm_init_one(struct pci_dev *pci_dev,
MODULE_LICENSE("GPL");

static struct pci_device_id zatm_pci_tbl[] __devinitdata = {
{ PCI_VENDOR_ID_ZEITNET, PCI_DEVICE_ID_ZEITNET_1221,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, ZATM_COPPER },
{ PCI_VENDOR_ID_ZEITNET, PCI_DEVICE_ID_ZEITNET_1225,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
{ PCI_VDEVICE(ZEITNET, PCI_DEVICE_ID_ZEITNET_1221), ZATM_COPPER },
{ PCI_VDEVICE(ZEITNET, PCI_DEVICE_ID_ZEITNET_1225), 0 },
{ 0, }
};
MODULE_DEVICE_TABLE(pci, zatm_pci_tbl);
Expand Down

0 comments on commit c1c6cea

Please sign in to comment.