Re: [PATCH] staging: wilc1000: remove unnecessary local array

2017-02-10 Thread Arend Van Spriel
On 10-2-2017 16:06, Franck Demathieu wrote: > It fixes the following warning reported by sparse: > > drivers/staging/wilc1000/linux_wlan.c:67:33: warning: too long > initializer-string for array of char(no space for nul char) As this was already submitted this should probably say [PATCH V2]

[PATCH] staging: wilc1000: remove unnecessary local array

2017-02-10 Thread Franck Demathieu
It fixes the following warning reported by sparse: drivers/staging/wilc1000/linux_wlan.c:67:33: warning: too long initializer-string for array of char(no space for nul char) Signed-off-by: Franck Demathieu --- drivers/staging/wilc1000/linux_wlan.c | 3 +-- 1 file

Re: [PATCH] staging: wilc1000: remove unnecessary local array

2017-02-10 Thread Greg KH
On Thu, Feb 09, 2017 at 02:48:39PM +0100, Franck Demathieu wrote: > It fixes the following warning reported by sparse: > > drivers/staging/wilc1000/linux_wlan.c:67:33: warning: too long > initializer-string for array of char(no space for nul char) > > Signed-off-by: Franck Demathieu

[PATCH] staging: wilc1000: remove unnecessary local array

2017-02-09 Thread Franck Demathieu
It fixes the following warning reported by sparse: drivers/staging/wilc1000/linux_wlan.c:67:33: warning: too long initializer-string for array of char(no space for nul char) Signed-off-by: Franck Demathieu --- drivers/staging/wilc1000/linux_wlan.c | 3 +-- 1 file