Re: [PATCH 4/5] staging: wilc1000: use pr_* instead of printk

2015-08-17 Thread Dan Carpenter
On Mon, Aug 17, 2015 at 12:08:36PM -0400, Raphaël Beamonte wrote: Signed-off-by: Raphaël Beamonte raphael.beamo...@gmail.com --- drivers/staging/wilc1000/coreconfigurator.c | 4 ++-- drivers/staging/wilc1000/linux_wlan.c| 8 +++ drivers/staging/wilc1000/linux_wlan_common.h |

Re: [PATCH 4/5] staging: wilc1000: use pr_* instead of printk

2015-08-17 Thread Dan Carpenter
On Mon, Aug 17, 2015 at 01:59:44PM -0400, Raphaël Beamonte wrote: 2015-08-17 13:47 GMT-04:00 Dan Carpenter dan.carpen...@oracle.com: - printk([Sendconfigpkt]Get Timed out\n); + pr_debug([Sendconfigpkt]Get Timed out\n); Possibly

Re: [PATCH 4/5] staging: wilc1000: use pr_* instead of printk

2015-08-17 Thread Raphaël Beamonte
2015-08-17 13:47 GMT-04:00 Dan Carpenter dan.carpen...@oracle.com: - printk([Sendconfigpkt]Get Timed out\n); + pr_debug([Sendconfigpkt]Get Timed out\n); Possibly pr_err()? Yep. My mistake. I'll do the same for Set Timed Out also! -