Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219664
b: refs/heads/master
c: 20b6a7f
h: refs/heads/master
v: v3
  • Loading branch information
Javier Martinez Canillas authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent 3b53126 commit ce0d26e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 7af6fb13cada6dfa8144d7c316c60bd7f8bd1ba9
refs/heads/master: 20b6a7f3d56482085497179b77f6cd1ab1feb7ba
5 changes: 2 additions & 3 deletions trunk/drivers/staging/comedi/drivers/adl_pci9118.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,8 @@ struct boardtype {
};

static DEFINE_PCI_DEVICE_TABLE(pci9118_pci_table) = {
{
PCI_VENDOR_ID_AMCC, 0x80d9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, {
0}
{ PCI_DEVICE(PCI_VENDOR_ID_AMCC, 0x80d9) },
{ 0 }
};

MODULE_DEVICE_TABLE(pci, pci9118_pci_table);
Expand Down

0 comments on commit ce0d26e

Please sign in to comment.