Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175069
b: refs/heads/master
c: d1a0440
h: refs/heads/master
i:
  175067: f723713
v: v3
  • Loading branch information
Allison Randal authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent f3c8d6a commit 43dac6f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 62eeae93080f1189894b7933d07e5f62461d1cd4
refs/heads/master: d1a044083c2d09cc146f97dc2a1e7b31dc63fbfb
6 changes: 3 additions & 3 deletions trunk/drivers/staging/comedi/drivers/ni_at_ao.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Configuration options:
[0] - I/O port base address
[1] - IRQ (unused)
[2] - DMA (unused)
[3] - analog output range, set by jumpers on hardware (0 for -10 to 10V bipolar, 1 for 0V to 10V unipolar)
[3] - analog output range, set by jumpers on hardware (0 for -10 to 10V
bipolar, 1 for 0V to 10V unipolar)
*/
/*
Expand Down Expand Up @@ -431,9 +432,8 @@ static int atao_calib_insn_read(struct comedi_device *dev,
struct comedi_insn *insn, unsigned int *data)
{
int i;
for (i = 0; i < insn->n; i++) {
for (i = 0; i < insn->n; i++)
data[i] = 0; /* XXX */
}
return insn->n;
}

Expand Down

0 comments on commit 43dac6f

Please sign in to comment.