Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219663
b: refs/heads/master
c: 7af6fb1
h: refs/heads/master
i:
  219661: ce46a5a
  219659: d3d56ac
  219655: b0d9ded
  219647: 991ee1a
v: v3
  • Loading branch information
Javier Martinez Canillas authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent 2537e3a commit 3b53126
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: d991058efbc140957af0f3338ad6f52448c2890e
refs/heads/master: 7af6fb13cada6dfa8144d7c316c60bd7f8bd1ba9
7 changes: 3 additions & 4 deletions trunk/drivers/staging/comedi/drivers/skel.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,9 @@ static const struct skel_board skel_boards[] = {
* upstream. */
#define PCI_VENDOR_ID_SKEL 0xdafe
static DEFINE_PCI_DEVICE_TABLE(skel_pci_table) = {
{
PCI_VENDOR_ID_SKEL, 0x0100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, {
PCI_VENDOR_ID_SKEL, 0x0200, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, {
0}
{ PCI_DEVICE(PCI_VENDOR_ID_SKEL, 0x0100) },
{ PCI_DEVICE(PCI_VENDOR_ID_SKEL, 0x0200) },
{ 0 }
};

MODULE_DEVICE_TABLE(pci, skel_pci_table);
Expand Down

0 comments on commit 3b53126

Please sign in to comment.