Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259560
b: refs/heads/master
c: 2d32f74
h: refs/heads/master
v: v3
  • Loading branch information
Matt Billenstein authored and Greg Kroah-Hartman committed Jun 28, 2011
1 parent 1762fc2 commit 455f5c3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4b2b6d842ba174a32cc7ad3c4e97aa0cfcaa0be2
refs/heads/master: 2d32f746223bfd89994edc0d16716e90e7836e74
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/adv_pci1723.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ static int pci1723_insn_read_ao(struct comedi_device *dev,
int n, chan;

chan = CR_CHAN(insn->chanspec);
DPRINTK(" adv_PCI1723 DEBUG: pci1723_insn_read_ao() ----- \n");
DPRINTK(" adv_PCI1723 DEBUG: pci1723_insn_read_ao() -----\n");
for (n = 0; n < insn->n; n++)
data[n] = devpriv->ao_data[chan];

Expand Down

0 comments on commit 455f5c3

Please sign in to comment.