Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324869
b: refs/heads/master
c: 52a07cd
h: refs/heads/master
i:
  324867: 4617d34
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 6, 2012
1 parent a8c23e7 commit 387e7b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2930d0ba656d035d01a2cac37b6fe1250df16c28
refs/heads/master: 52a07cde495ccca9212b3f725b606c75e8d89a2e
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/drivers/dt2801.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ static int dt2801_dio_insn_bits(struct comedi_device *dev,
{
int which = 0;

if (s == dev->subdevices + 4)
if (s == dev->subdevices + 3)
which = 1;

if (data[0]) {
Expand All @@ -555,7 +555,7 @@ static int dt2801_dio_insn_config(struct comedi_device *dev,
{
int which = 0;

if (s == dev->subdevices + 4)
if (s == dev->subdevices + 3)
which = 1;

/* configure */
Expand Down

0 comments on commit 387e7b3

Please sign in to comment.