Re: [PATCH] toshiba: Add correct printk log level while emitting error log

2019-08-17 Thread Joe Perches
On Sun, 2019-08-18 at 12:09 +0530, Rishi Gupta wrote: > TOSH_DEBUG Perhaps better to remove it altogether and just use pr_debug.

[PATCH] toshiba: Add correct printk log level while emitting error log

2019-08-17 Thread Rishi Gupta
printk function is invoked without specifying KERN_ERR log level when printing error messages. This commit fixes this. Signed-off-by: Rishi Gupta --- drivers/char/toshiba.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/char/toshiba.c b/drivers/char/toshiba.c i