Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162001
b: refs/heads/master
c: 4ff863b
h: refs/heads/master
i:
  161999: a192e47
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 9c0df97 commit 06047f6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 88a28c828f25f15bf8258ae834bcb47adf3e67b4
refs/heads/master: 4ff863b1db411481971de481002aa644057b1fa6
3 changes: 2 additions & 1 deletion trunk/drivers/staging/comedi/drivers/s626.c
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,8 @@ static int s626_ai_load_polllist(uint8_t * ppl, struct comedi_cmd *cmd)
else
ppl[n] = (CR_CHAN((cmd->chanlist)[n])) | (RANGE_10V);
}
ppl[n - 1] |= EOPL;
if (n != 0)
ppl[n - 1] |= EOPL;

return n;
}
Expand Down

0 comments on commit 06047f6

Please sign in to comment.