Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364005
b: refs/heads/master
c: a4b279b
h: refs/heads/master
i:
  364003: 993f0c0
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 9, 2013
1 parent 2feac84 commit f95b514
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bd838bea6a694bfa5bef5f3d0a1ed0484b7142f0
refs/heads/master: a4b279ba9586189c1d6bcc87bf9583b0c65e8155
3 changes: 2 additions & 1 deletion trunk/drivers/staging/comedi/drivers/rti800.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ static int rti800_ao_insn_write(struct comedi_device *dev,

static int rti800_di_insn_bits(struct comedi_device *dev,
struct comedi_subdevice *s,
struct comedi_insn *insn, unsigned int *data)
struct comedi_insn *insn,
unsigned int *data)
{
data[1] = inb(dev->iobase + RTI800_DI);
return insn->n;
Expand Down

0 comments on commit f95b514

Please sign in to comment.