]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: serial: quatech2: fix up unneeded printk() call
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 16:05:37 +0000 (17:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 16:05:37 +0000 (17:05 +0100)
commit788a661a9fa59740984f509832cae33dde4b0329
treef5246928bab6098878daed7087eb449e66aea4d5
parent6c27ad83ace843d339f7893a4af0b65cdfeb130c
USB: serial: quatech2: fix up unneeded printk() call

It should be calling dev_err() instead of printk(KERN_INFO...) so this
change fixes that up properly.

Cc: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/quatech2.c