staging: rtl8723bs: core: remove set but not used 'pframe'
authorJason Yan <yanaijie@huawei.com>
Mon, 27 Apr 2020 03:23:42 +0000 (11:23 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Apr 2020 12:29:42 +0000 (14:29 +0200)
commitde24e9b33ad8a7ea4436da76b0504fbbebde25f4
tree2e6eabfa478fdf312674564cbefc05a61ff6ad35
parent42577f08004165c76c20f383fa6e716db9e33d5d
staging: rtl8723bs: core: remove set but not used 'pframe'

Fix the following gcc warning:

drivers/staging/rtl8723bs/core/rtw_mlme.c:2920:6: warning: variable
‘pframe’ set but not used [-Wunused-but-set-variable]
  u8 *pframe;
      ^~~~~~

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20200427032342.27211-8-yanaijie@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_mlme.c