Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183434
b: refs/heads/master
c: d160439
h: refs/heads/master
v: v3
  • Loading branch information
Márton Németh authored and David S. Miller committed Jan 7, 2010
1 parent be9b2e8 commit 906678a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 82ecbcb9c6b5257929968d5b0ed536772a9b4ac5
refs/heads/master: d160439e7753aa19092bb12d8f4c6c918f8267e0
2 changes: 1 addition & 1 deletion trunk/drivers/net/8139too.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ static const struct {
};


static struct pci_device_id rtl8139_pci_tbl[] = {
static const struct pci_device_id rtl8139_pci_tbl[] = {
{0x10ec, 0x8139, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 },
{0x10ec, 0x8138, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 },
{0x1113, 0x1211, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 },
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/pci-skeleton.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ static struct {
};


static struct pci_device_id netdrv_pci_tbl[] = {
static const struct pci_device_id netdrv_pci_tbl[] = {
{0x10ec, 0x8139, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 },
{0x10ec, 0x8138, PCI_ANY_ID, PCI_ANY_ID, 0, 0, NETDRV_CB },
{0x1113, 0x1211, PCI_ANY_ID, PCI_ANY_ID, 0, 0, SMC1211TX },
Expand Down

0 comments on commit 906678a

Please sign in to comment.