commit | c04fc1a5898bb2ea7ba884bf747e17f548897afb | [log] [tgz] |
---|---|---|
author | H Hartley Sweeten <hsweeten@visionengravers.com> | Mon Jul 29 14:06:16 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 31 17:38:04 2013 -0700 |
tree | b8226bb7ce7fa3d124ea69d5e9147ba51ec3c0c2 | |
parent | 0541144e80e95265325160385bd267ecf9216ed2 [diff] |
staging: comedi: das16: cleanup comedi_error() messages Some of these messages are missing the terminating '\n' and most of them have the quoted string split across lines. Change all of them to dev_err() messages and fix the issues. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>