2020-05-12 15:25:06

by Larry Finger

[permalink] [raw]
Subject: Re: [PATCH -next] net/wireless/rtl8225: Remove unused variable rtl8225z2_tx_power_ofdm

On 5/12/20 6:14 AM, ChenTao wrote:
> Fix the following warning:
>
> drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.c:609:17: warning:
> ‘rtl8225z2_tx_power_ofdm’ defined but not used
> static const u8 rtl8225z2_tx_power_ofdm[] = {
>
> Reported-by: Hulk Robot <[email protected]>
> Signed-off-by: ChenTao <[email protected]>

The patch is OK, but the subject is wrong. It should be "[PATCH-next] rtl8187:
Remove ...."

With that change, ACKed-by: Larry Finger <[email protected]>

Larry