Re: [PATCH] staging: winbond: use dev_err() instead of printk()

2014-05-09 Thread Pavel Machek
On Thu 2014-05-08 13:38:33, Martin Kepplinger wrote: > For obvious error messages, use dev_err() in order to provide userspace > with more useful information and use the common kernel coding style. > Acked-by: Pavel Machek -- To unsubscribe from this list: send the line "unsubscribe linux-kerne

Re: [PATCH] staging: winbond: use dev_err() instead of printk()

2014-05-08 Thread Dan Carpenter
On Thu, May 08, 2014 at 01:38:33PM +0200, Martin Kepplinger wrote: > For obvious error messages, use dev_err() in order to provide userspace > with more useful information and use the common kernel coding style. > > Signed-off-by: Martin Kepplinger > --- > this applies to v3.15-rc4 > Do these k

[PATCH] staging: winbond: use dev_err() instead of printk()

2014-05-08 Thread Martin Kepplinger
For obvious error messages, use dev_err() in order to provide userspace with more useful information and use the common kernel coding style. Signed-off-by: Martin Kepplinger --- this applies to v3.15-rc4 greetings from Linuxdays Vienna, Austria drivers/staging/winbond/wb35tx.c |6 +++--- 1