Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205796
b: refs/heads/master
c: 2312202
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo Silva authored and Greg Kroah-Hartman committed Jul 8, 2010
1 parent 2b38c8f commit 359a1b9
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: 1309e617bc56f2f8af9a9c5aab1224a45539002a
refs/heads/master: 2312202c4ac3590da9dcf33337e6f0a14f78d124
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/kcomedilib/kcomedilib_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static int comedi_do_insn(struct comedi_device *dev, struct comedi_insn *insn)
s = dev->subdevices + insn->subdev;

if (s->type == COMEDI_SUBD_UNUSED) {
printk("%d not useable subdevice\n", insn->subdev);
printk(KERN_ERR "%d not useable subdevice\n", insn->subdev);
ret = -EIO;
goto error;
}
Expand All @@ -102,7 +102,7 @@ static int comedi_do_insn(struct comedi_device *dev, struct comedi_insn *insn)

ret = comedi_check_chanlist(s, 1, &insn->chanspec);
if (ret < 0) {
printk("bad chanspec\n");
printk(KERN_ERR "bad chanspec\n");
ret = -EINVAL;
goto error;
}
Expand Down

0 comments on commit 359a1b9

Please sign in to comment.