Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322679
b: refs/heads/master
c: 61ed59e
h: refs/heads/master
i:
  322677: 9697da4
  322675: 3f9233c
  322671: 82af0ec
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent 5d80e22 commit e9d80ee
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: e6391a182865efc896cb2a8d79e07b7ac2f45b48
refs/heads/master: 61ed59ed09e6ad2b8395178ea5ad5f653bba08e3
2 changes: 1 addition & 1 deletion 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

0 comments on commit e9d80ee

Please sign in to comment.