staging: comedi: das16: cleanup comedi_error() messages
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 29 Jul 2013 21:06:16 +0000 (14:06 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Aug 2013 00:38:04 +0000 (17:38 -0700)
commitc04fc1a5898bb2ea7ba884bf747e17f548897afb
treeb8226bb7ce7fa3d124ea69d5e9147ba51ec3c0c2
parent0541144e80e95265325160385bd267ecf9216ed2
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>
drivers/staging/comedi/drivers/das16.c