Kirtika Ruchandani <kirtika.ruchand...@gmail.com> wrote: > Commit bec568ff5107 removed the last remaining usage of struct > mwifiex_private* priv in mwifiex_fw_dpc(), by removing the call to > mwifiex_del_virtual_intf(). > Compiling mwifiex/ with W=1 gives the following warning, fix it. > mwifiex/main.c: In function ‘mwifiex_fw_dpc’: > mwifiex/main.c:520:26: warning: variable ‘priv’ set but not used > [-Wunused-but-set-variable] > > Fixes: bec568ff5107 ("mwifiex: failure path handling in > mwifiex_add_virtual_intf()") > Cc: Amitkumar Karwar <akar...@marvell.com> > Signed-off-by: Kirtika Ruchandani <kirt...@google.com>
7 patches applied to wireless-drivers-next.git, thanks. 70d740598713 mwifiex: Removed unused mwifiex_private* 'priv' variable 8ac9134161d9 mwifiex: Remove unused 'chan_num' variable 2c2bcabf02e1 mwifiex: Remove unused 'sta_ptr' variable 60261b266a84 mwifiex: Remove unused 'adapter'variable e9f1db8b6859 mwifiex: Remove unused 'pm_flag' variable 67dd2a754906 mwifiex: Removed unused 'pkt_type' variable 4133828c76c3 mwifiex: Remove unused 'bcd_usb' variable -- https://patchwork.kernel.org/patch/9444651/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches