]> git.openfabrics.org - ~emulex/infiniband.git/commit
Staging: comedi: addi-data: convert printk() to dev_err()
authorChase Southwood <chase.southwood@yahoo.com>
Tue, 18 Feb 2014 06:34:39 +0000 (00:34 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Feb 2014 19:15:21 +0000 (11:15 -0800)
commit6fcd2b697cc783894e02a42fe773da2efac5635e
treee01ca855ce5ab24762d82acdd64224725878f366
parentbc0be59eb6c1eb3e675a3c750478bb4cb900ea3a
Staging: comedi: addi-data: convert printk() to dev_err()

This patch for hwdrv_apci035.c changes a printk() call to a dev_err() call
since this is generally preferred.  It also removes a newline from the start
of the error message.

Signed-off-by: Chase Southwood <chase.southwood@yahoo.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi-data/hwdrv_apci035.c