[PATCH v2 4/5] Staging: rts5139: pr_warn(...) in place of printk(KERN_WARNING ...)

2014-04-07 Thread Fabio Falzoi
All printk(KERN_WARNING ...) replaced with pr_warn(...). Signed-off-by: Fabio Falzoi --- drivers/staging/rts5139/rts51x.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/staging/rts5139/rts51x.c b/drivers/staging/rts5139/rts51x.c index 2be6210..a55b

Re: [PATCH v2 4/5] Staging: rts5139: pr_warn(...) in place of printk(KERN_WARNING ...)

2014-04-07 Thread Greg KH
On Mon, Apr 07, 2014 at 01:34:47PM -0700, Joe Perches wrote: > On Mon, 2014-04-07 at 22:27 +0200, Fabio Falzoi wrote: > > All printk(KERN_WARNING ...) replaced with pr_warn(...). > > Please remove the RTS51X_TIP prefix and and and use > > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > > before an

Re: [PATCH v2 4/5] Staging: rts5139: pr_warn(...) in place of printk(KERN_WARNING ...)

2014-04-07 Thread Joe Perches
On Mon, 2014-04-07 at 13:56 -0700, Greg KH wrote: > On Mon, Apr 07, 2014 at 01:34:47PM -0700, Joe Perches wrote: > > On Mon, 2014-04-07 at 22:27 +0200, Fabio Falzoi wrote: > > > All printk(KERN_WARNING ...) replaced with pr_warn(...). > > > > Please remove the RTS51X_TIP prefix and and and use > >

Re: [PATCH v2 4/5] Staging: rts5139: pr_warn(...) in place of printk(KERN_WARNING ...)

2014-04-07 Thread Joe Perches
On Mon, 2014-04-07 at 22:27 +0200, Fabio Falzoi wrote: > All printk(KERN_WARNING ...) replaced with pr_warn(...). Please remove the RTS51X_TIP prefix and and and use #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt before any #include so that pr_ uses are prefixed in a standard way. > diff --git a/d