Staging: comedi: change pr_err to dev_err in __unioxx5_analog_read
This is a patch which subsitutes pr_err with dev_err in __unioxx5_analog_read as it is the preferred way to log in device drivers Signed-off-by: Conrad Gomes <conrad.s.j.gomes@gmail.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2851fcd520
commit
698fa7a3cc
@ -175,7 +175,7 @@ static int __unioxx5_analog_read(struct comedi_subdevice *s,
|
||||
|
||||
/* defining if given module can work on input */
|
||||
if (usp->usp_module_type[module_no] & MODULE_OUTPUT_MASK) {
|
||||
pr_err("comedi%d: module in position %d with id 0x%02x is for output only",
|
||||
dev_err(csdev, "comedi%d: module in position %d with id 0x%02x is for output only",
|
||||
minor, module_no, usp->usp_module_type[module_no]);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user