Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324652
b: refs/heads/master
c: c283cf3
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 4, 2012
1 parent d0c0894 commit dbce632
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0edc7d8381b1d9f9c15d1590b057e9160032603b
refs/heads/master: c283cf384a7debe3fa421c4f77a375e111e8fcb5
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/drivers/das08.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ das08jr_ao_winsn(struct comedi_device *dev, struct comedi_subdevice *s,
int chan;

lsb = data[0] & 0xff;
msb = (data[0] >> 8) & 0xf;
msb = (data[0] >> 8) & 0xff;

chan = CR_CHAN(insn->chanspec);

Expand Down Expand Up @@ -623,7 +623,7 @@ static const struct das08_board_struct das08_boards[] = {
.ai = das08_ai_rinsn,
.ai_nbits = 16,
.ai_pg = das08_pg_none,
.ai_encoding = das08_encode12,
.ai_encoding = das08_encode16,
.ao = das08jr_ao_winsn,
.ao_nbits = 16,
.di = das08jr_di_rbits,
Expand Down

0 comments on commit dbce632

Please sign in to comment.