Commit e1d3944f authored by Du Cheng's avatar Du Cheng Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192u: remove unnecessary return in r8190_rtl8256.c



remove the unnecessary return at the end of function
phy_set_rf8256_ofdm_tx_power(), reported by scripts/checkpatch.pl.

Signed-off-by: default avatarDu Cheng <ducheng2@gmail.com>
Link: https://lore.kernel.org/r/20210219150527.8358-2-ducheng2@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6e03efd2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -291,5 +291,4 @@ void phy_set_rf8256_ofdm_tx_power(struct net_device *dev, u8 powerlevel)
		}
		rtl8192_setBBreg(dev, RegOffset[index], 0x7f7f7f7f, writeVal);
	}
	return;
}