Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317668
b: refs/heads/master
c: 5c67df8
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent 341401d commit f61a5b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 149b98d1ea4e5d798cd7f954a239ed512c3bf7e5
refs/heads/master: 5c67df8b98316fbfede8d4d6bac64d52d4327357
4 changes: 3 additions & 1 deletion trunk/drivers/staging/comedi/drivers/adl_pci6208.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Configuration Options:
#define PCI6208_DIO_DI_MASK (0xf0)
#define PCI6208_DIO_DI_SHIFT (4)

#define PCI6208_MAX_AO_CHANNELS 8

struct pci6208_board {
const char *name;
unsigned short dev_id;
Expand All @@ -72,7 +74,7 @@ static const struct pci6208_board pci6208_boards[] = {

struct pci6208_private {
struct pci_dev *pci_dev;
unsigned int ao_readback[2];
unsigned int ao_readback[PCI6208_MAX_AO_CHANNELS];
};

static int pci6208_ao_winsn(struct comedi_device *dev,
Expand Down

0 comments on commit f61a5b7

Please sign in to comment.