Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203587
b: refs/heads/master
c: 5352228
h: refs/heads/master
i:
  203585: 9d71b5f
  203583: 440d8e9
v: v3
  • Loading branch information
Peter Huewe authored and David S. Miller committed Jul 16, 2010
1 parent 0b0c8c4 commit 60c4c54
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: 12c8471a1e8af98b7e9a6917c393e0f85b582550
refs/heads/master: 535222880309ff6861d3aae94c809323d3ca07b1
6 changes: 2 additions & 4 deletions trunk/drivers/atm/eni.c
Original file line number Diff line number Diff line change
Expand Up @@ -2269,10 +2269,8 @@ static int __devinit eni_init_one(struct pci_dev *pci_dev,


static struct pci_device_id eni_pci_tbl[] = {
{ PCI_VENDOR_ID_EF, PCI_DEVICE_ID_EF_ATM_FPGA, PCI_ANY_ID, PCI_ANY_ID,
0, 0, 0 /* FPGA */ },
{ PCI_VENDOR_ID_EF, PCI_DEVICE_ID_EF_ATM_ASIC, PCI_ANY_ID, PCI_ANY_ID,
0, 0, 1 /* ASIC */ },
{ PCI_VDEVICE(EF, PCI_DEVICE_ID_EF_ATM_FPGA), 0 /* FPGA */ },
{ PCI_VDEVICE(EF, PCI_DEVICE_ID_EF_ATM_ASIC), 1 /* ASIC */ },
{ 0, }
};
MODULE_DEVICE_TABLE(pci,eni_pci_tbl);
Expand Down

0 comments on commit 60c4c54

Please sign in to comment.