Re: [PATCH v3 21/24] Staging: winbond: wb35tx: Replace printk with netdev

2013-09-25 Thread Pavel Machek
On Wed 2013-09-25 16:39:29, Iker Pedrosa wrote: > The previously used printk lacked the warning level, now we've got a more > accurate way to know the error. > > Signed-off-by: Iker Pedrosa Acked-by: Pavel Machek -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://

[PATCH v3 21/24] Staging: winbond: wb35tx: Replace printk with netdev

2013-09-25 Thread Iker Pedrosa
The previously used printk lacked the warning level, now we've got a more accurate way to know the error. Signed-off-by: Iker Pedrosa --- drivers/staging/winbond/wb35tx.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/winbond/wb35tx.c b/drivers/stagi