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:
committed by
Greg Kroah-Hartman
parent
a7f0ce8e5d
commit
53d484b18f
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user