mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-03 15:52:00 +00:00
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
@ -95,7 +95,7 @@ static int comedi_do_insn(struct comedi_device *dev,
|
||||
|
||||
if (s->type == COMEDI_SUBD_UNUSED) {
|
||||
dev_err(dev->class_dev,
|
||||
"%d not useable subdevice\n", insn->subdev);
|
||||
"%d not usable subdevice\n", insn->subdev);
|
||||
ret = -EIO;
|
||||
goto error;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user