Re: [PATCH -next] net/wireless/rtl8225: Remove unused variable rtl8225z2_tx_power_ofdm
From: Larry Finger
Date: Tue May 12 2020 - 11:24:16 EST
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 <hulkci@xxxxxxxxxx>
Signed-off-by: ChenTao <chentao107@xxxxxxxxxx>
The patch is OK, but the subject is wrong. It should be "[PATCH-next] rtl8187:
Remove ...."
With that change, ACKed-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx>
Larry