Chaehyun Lim <chaehyun.lim@xxxxxxxxx> wrote: > When building with W=1, we got one warning as belows: > drivers/net/wireless/ath/ath6kl/wmi.c:3509:6: warning: variable ‘ret’ > set but not used [-Wunused-but-set-variable] > > At the end of ath6kl_wmi_set_pvb_cmd, it is returned by 0 regardless of > return value of ath6kl_wmi_cmd_send. > This patch fixes return value from 0 to ret that has result of > ath6kl_wmi_cmd_send execution. > > Signed-off-by: Chaehyun Lim <chaehyun.lim@xxxxxxxxx> Patch applied to ath-next branch of ath.git, thanks. b93015057e31 ath6kl: fix return value in ath6kl_wmi_set_pvb_cmd -- https://patchwork.kernel.org/patch/9337611/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches