Re: [PATCH] HID: hidraw: replace printk() with corresponding pr_xx() variant

2019-09-12 Thread Dmitry Torokhov
Hi Rishi, On Thu, Aug 22, 2019 at 10:13:52PM +0530, Rishi Gupta wrote: > This commit replaces direct invocations of printk with > their appropriate pr_info/warn() variant. > > Signed-off-by: Rishi Gupta > --- > drivers/hid/hidraw.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >

[PATCH] HID: hidraw: replace printk() with corresponding pr_xx() variant

2019-08-22 Thread Rishi Gupta
This commit replaces direct invocations of printk with their appropriate pr_info/warn() variant. Signed-off-by: Rishi Gupta --- drivers/hid/hidraw.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/hid/hidraw.c b/drivers/hid/hidraw.c index 006bd6f..67b652b 100644