Jason Yan <yanaijie@xxxxxxxxxx> writes: > This addresses the following gcc warning with "make W=1": > > drivers/net/wireless/ath/ath6kl/wmi.c: In function > ‘ath6kl_wmi_bitrate_reply_rx’: > drivers/net/wireless/ath/ath6kl/wmi.c:1204:6: warning: variable ‘rate’ > set but not used [-Wunused-but-set-variable] > 1204 | s32 rate; > | ^~~~ > > The variable 'sgi' is alse removed because after 'rate' is removed, it > is not used too. > > Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> > Signed-off-by: Jason Yan <yanaijie@xxxxxxxxxx> Already fixed in ath.git tree. -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches