Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324621
b: refs/heads/master
c: 25e4433
h: refs/heads/master
i:
  324619: 8b3dd0d
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent 315ff37 commit 9597554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: e201ad6dc3272e9731f896c818f0caacbbe9a1c2
refs/heads/master: 25e443373c171b77a1404d21396c38f12f255e16
7 changes: 1 addition & 6 deletions trunk/drivers/staging/comedi/drivers/adv_pci1723.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ configures all channels in the same group.

/* static unsigned short pci_list_builded=0; =1 list of card is know */

static const struct comedi_lrange range_pci1723 = { 1, {
BIP_RANGE(10)
}
};

/*
* Board descriptions for pci1723 boards.
*/
Expand All @@ -144,7 +139,7 @@ static const struct pci1723_board boardtypes[] = {
.n_aochan = 8,
.n_diochan = 16,
.ao_maxdata = 0xffff,
.rangelist_ao = &range_pci1723,
.rangelist_ao = &range_bipolar10,
},
};

Expand Down

0 comments on commit 9597554

Please sign in to comment.