Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200695
b: refs/heads/master
c: 6c2fd30
h: refs/heads/master
i:
  200693: 629ca4f
  200691: 75f8461
  200687: 1940b19
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Jun 30, 2010
1 parent da01bb2 commit 36b1176
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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: 44176d9f8265de799512f833ca4d9785aa016b3a
refs/heads/master: 6c2fd308045ba902fbe9f4408daa7b949fa8f5a1
9 changes: 6 additions & 3 deletions trunk/drivers/staging/comedi/drivers/adl_pci9111.c
Original file line number Diff line number Diff line change
Expand Up @@ -824,9 +824,12 @@ static int pci9111_ai_do_cmd(struct comedi_device *dev,
plx9050_interrupt_control(dev_private->lcr_io_base, true, true,
false, true, true);

dev_private->scan_delay =
(async_cmd->scan_begin_arg / (async_cmd->convert_arg *
async_cmd->chanlist_len)) - 1;
if (async_cmd->scan_begin_src == TRIG_TIMER) {
dev_private->scan_delay =
(async_cmd->scan_begin_arg /
(async_cmd->convert_arg *
async_cmd->chanlist_len)) - 1;
}

break;

Expand Down

0 comments on commit 36b1176

Please sign in to comment.