Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317612
b: refs/heads/master
c: aebdf3b
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 26, 2012
1 parent 6442f53 commit 1101544
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 443bbedbbef9df3884a93d1200fd087a966aa9c6
refs/heads/master: aebdf3b714d5c1ebc6103a026e2aeed9131ea675
3 changes: 0 additions & 3 deletions trunk/drivers/staging/comedi/drivers/cb_das16_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,17 +341,14 @@ static int das16cs_ao_winsn(struct comedi_device *dev,
else
status1 |= 0x0008;

/* printk("0x%04x\n",status1);*/
outw(status1, dev->iobase + DAS16CS_MISC1);
udelay(1);

for (bit = 15; bit >= 0; bit--) {
int b = (d >> bit) & 0x1;
b <<= 1;
/* printk("0x%04x\n",status1 | b | 0x0000);*/
outw(status1 | b | 0x0000, dev->iobase + DAS16CS_MISC1);
udelay(1);
/* printk("0x%04x\n",status1 | b | 0x0004);*/
outw(status1 | b | 0x0004, dev->iobase + DAS16CS_MISC1);
udelay(1);
}
Expand Down

0 comments on commit 1101544

Please sign in to comment.