Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281087
b: refs/heads/master
c: 71d4c80
h: refs/heads/master
i:
  281085: eb170c5
  281083: 49b6050
  281079: 6b99f32
  281071: cf1f511
  281055: 7b8592d
  281023: 33fb845
  280959: b415ecb
  280831: 0c975dc
  280575: cd71a68
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 09c2616 commit b89bda3
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: 8edbfb8dec32fa5a5bad0c2a5b49845f7b911f55
refs/heads/master: 71d4c80db1e042baae6c5a2ca1bbfc16c89bd2b5
6 changes: 2 additions & 4 deletions trunk/drivers/staging/comedi/drivers/cb_pcimdda.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,8 @@ static const struct board_struct boards[] = {
/* Please add your PCI vendor ID to comedidev.h, and it will be forwarded
* upstream. */
static DEFINE_PCI_DEVICE_TABLE(pci_table) = {
{
PCI_VENDOR_ID_COMPUTERBOARDS, PCI_ID_PCIM_DDA06_16, PCI_ANY_ID,
PCI_ANY_ID, 0, 0, 0}, {
0}
{ PCI_DEVICE(PCI_VENDOR_ID_COMPUTERBOARDS, PCI_ID_PCIM_DDA06_16) },
{0}
};

MODULE_DEVICE_TABLE(pci, pci_table);
Expand Down

0 comments on commit b89bda3

Please sign in to comment.