Staging: comedi: kcomedilib: Fixed a typo
Fixed a typo in kcomedilib_main.c file. Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a7f0ce8e5d
commit
53d484b18f
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ static int comedi_do_insn(struct comedi_device *dev,
|
||||||
|
|
||||||
if (s->type == COMEDI_SUBD_UNUSED) {
|
if (s->type == COMEDI_SUBD_UNUSED) {
|
||||||
dev_err(dev->class_dev,
|
dev_err(dev->class_dev,
|
||||||
"%d not useable subdevice\n", insn->subdev);
|
"%d not usable subdevice\n", insn->subdev);
|
||||||
ret = -EIO;
|
ret = -EIO;
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue