summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPing-Ke Shih <pkshih@realtek.com>2024-09-13 08:28:15 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-09-13 07:31:56 +0200
commitea0fca507967d2d4354f97f688cabddcf1dc5f9a (patch)
treec7e747173f5d823dcea3ffac49ce868e8d3290a1 /tools
parent0b4d1ed30d8ddf0204afd2842a91c2113d997254 (diff)
staging: rtl8723bs: remove unused 'poll_cnt' from rtw_set_rpwm()
The 'poll_cnt' is used to assist in polling hardware state. Current code uses jiffies to determine timeout, so removing this value is safe. Otherwise, clang warns: core/rtw_pwrctrl.c:288:6: warning: variable 'poll_cnt' set but not used [-Wunused-but-set-variable] 288 | u8 poll_cnt = 0; | ^ Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/20240913002815.5149-5-pkshih@realtek.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions