Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317613
b: refs/heads/master
c: 0a77678
h: refs/heads/master
i:
  317611: 6442f53
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 26, 2012
1 parent 1101544 commit 13279f8
Show file tree
Hide file tree
Showing 2 changed files with 5 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: aebdf3b714d5c1ebc6103a026e2aeed9131ea675
refs/heads/master: 0a77678cae47fbfdd30aa1479175e5cc47457dca
6 changes: 4 additions & 2 deletions trunk/drivers/staging/comedi/drivers/cb_das16_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,10 @@ static int das16cs_ao_winsn(struct comedi_device *dev,
outw(status1 | b | 0x0004, dev->iobase + DAS16CS_MISC1);
udelay(1);
}
/* make high both DAC0CS and DAC1CS to load
new data and update analog output*/
/*
* Make both DAC0CS and DAC1CS high to load
* the new data and update analog the output
*/
outw(status1 | 0x9, dev->iobase + DAS16CS_MISC1);
}

Expand Down

0 comments on commit 13279f8

Please sign in to comment.