toshiba: Add correct printk log level while emitting error log
authorRishi Gupta <gupt21@gmail.com>
Sun, 18 Aug 2019 07:34:31 +0000 (13:04 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Sep 2019 11:42:43 +0000 (13:42 +0200)
commit13c1d4b30e52e8d79b0e01ae3894cf8399572e1d
tree40852c27efdae350cbe0d2775f22099b2c76236b
parentcf61860e6b090bea4050c5688566bfe357cacd11
toshiba: Add correct printk log level while emitting error log

The printk functions are invoked without specifying required
log level when printing error messages. This commit replaces
all direct uses of printk with their corresponding pr_err/info/debug
variant.

Signed-off-by: Rishi Gupta <gupt21@gmail.com>
Link: https://lore.kernel.org/r/1566113671-8743-1-git-send-email-gupt21@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/toshiba.c