Re: [PATCH 1/3] staging: ks7010: remove useless DPRINTK traces

2018-03-14 Thread Sergio Paracuellos
On Wed, Mar 14, 2018 at 9:13 AM, Dan Carpenter wrote: > On Tue, Mar 13, 2018 at 05:55:20PM +0100, Sergio Paracuellos wrote: >> @@ -786,14 +723,6 @@ void hostif_connect_indication(struct ks_wlan_private >> *priv) >> >> switch (connect_code) { >> case RESULT_CONNECT:/* connect */ >>

Re: [PATCH 1/3] staging: ks7010: remove useless DPRINTK traces

2018-03-14 Thread Dan Carpenter
On Tue, Mar 13, 2018 at 05:55:20PM +0100, Sergio Paracuellos wrote: > @@ -786,14 +723,6 @@ void hostif_connect_indication(struct ks_wlan_private > *priv) > > switch (connect_code) { > case RESULT_CONNECT:/* connect */ > - DPRINTK(3, "connect :: scan_ind_count=%d\n", >

[PATCH 1/3] staging: ks7010: remove useless DPRINTK traces

2018-03-13 Thread Sergio Paracuellos
This commit removes some useless traces in some source files Signed-off-by: Sergio Paracuellos --- drivers/staging/ks7010/ks7010_sdio.c | 58 -- drivers/staging/ks7010/ks_hostif.c | 149 ++- drivers/staging/ks7010/ks_wlan_net.c | 56 +