Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363421
b: refs/heads/master
c: 83dcad4
h: refs/heads/master
i:
  363419: 54c9baf
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent 8c3dfc5 commit c17f79b
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: a6c57d2ed7ac6224ef70cc5d8adaf9ab8996736c
refs/heads/master: 83dcad479d8b71c9046abfd38d83fcaa55e14f5c
6 changes: 2 additions & 4 deletions trunk/drivers/staging/comedi/drivers/adl_pci8164.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ Configuration Options: not applicable, uses PCI auto config
#define PCI8164_BUF0_REG 0x04
#define PCI8164_BUF1_REG 0x06

#define PCI_DEVICE_ID_PCI8164 0x8164

static int adl_pci8164_insn_read(struct comedi_device *dev,
struct comedi_subdevice *s,
struct comedi_insn *insn,
Expand Down Expand Up @@ -166,8 +164,8 @@ static int adl_pci8164_pci_probe(struct pci_dev *dev,
}

static DEFINE_PCI_DEVICE_TABLE(adl_pci8164_pci_table) = {
{ PCI_DEVICE(PCI_VENDOR_ID_ADLINK, PCI_DEVICE_ID_PCI8164) },
{0}
{ PCI_DEVICE(PCI_VENDOR_ID_ADLINK, 0x8164) },
{ 0 }
};
MODULE_DEVICE_TABLE(pci, adl_pci8164_pci_table);

Expand Down

0 comments on commit c17f79b

Please sign in to comment.