Re: [PATCH] mwifiex: fix compile warning of unused variable
From: Kalle Valo <hidden>
Date: 2017-07-25 12:33:36
Also in:
netdev
From: Kalle Valo <hidden>
Date: 2017-07-25 12:33:36
Also in:
netdev
Brian Norris [off-list ref] writes:
On Thu, Jul 06, 2017 at 03:50:33PM +0800, Shawn Lin wrote:quoted
We got a compile warning shows below: drivers/net/wireless/marvell/mwifiex/sdio.c: In function 'mwifiex_sdio_remove': drivers/net/wireless/marvell/mwifiex/sdio.c:377:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable]It's probably worth noting that this is not a default warning [1], especially if you resend. It already confused Kalle.
Exactly, that way I can prioritise the patch accordingly. (W=1 warnings are not that important so they go automatically to -next) -- Kalle Valo