Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219669
b: refs/heads/master
c: e43d94e
h: refs/heads/master
i:
  219667: 66826a1
v: v3
  • Loading branch information
Javier Martinez Canillas authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent e684f3e commit 4665753
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 51a6c8d05823610a8a7bc0d2c8dc64531389c4b5
refs/heads/master: e43d94e52a8015d750c550a232ba66e4b7959362
7 changes: 3 additions & 4 deletions trunk/drivers/staging/comedi/drivers/rtd520.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,9 @@ static const struct rtdBoard rtd520Boards[] = {
};

static DEFINE_PCI_DEVICE_TABLE(rtd520_pci_table) = {
{
PCI_VENDOR_ID_RTD, 0x7520, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, {
PCI_VENDOR_ID_RTD, 0x4520, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, {
0}
{ PCI_DEVICE(PCI_VENDOR_ID_RTD, 0x7520) },
{ PCI_DEVICE(PCI_VENDOR_ID_RTD, 0x4520) },
{ 0 }
};

MODULE_DEVICE_TABLE(pci, rtd520_pci_table);
Expand Down

0 comments on commit 4665753

Please sign in to comment.