staging: rtl8723bs: core: Remove unused but set variable
authorFabio M. De Francesco <fmdefrancesco@gmail.com>
Tue, 13 Apr 2021 15:05:17 +0000 (17:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Apr 2021 08:23:10 +0000 (10:23 +0200)
commit3d7ac0402907012c8a62ab9a83f12199ed2d0087
treea0a453fcf34d841a7c3fab46793716dcdf47324e
parentc3db59cfe16ad81d691904d9420fdefa34063b29
staging: rtl8723bs: core: Remove unused but set variable

Removed "ledBlink_param" because it was set to the value of "pbuf" but was
never reused. This set was made by direct assignment (no helper had been
called), therefore it had no side effect to the location pointed by "pbuf".

Signed-off-by: Fabio M. De Francesco <fmdefrancesco@gmail.com>
Link: https://lore.kernel.org/r/20210413150517.12533-1-fmdefrancesco@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c