mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 21:45:08 -04:00
staging: rtl8192e: remove return statement from void function
Remove unnecessary return statement from the void function rtl92e_config_mac(). Issue found by checkpatch. WARNING: void function return statements are not generally useful Signed-off-by: Michael Straube <straube.linux@gmail.com> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/20230619150953.22484-4-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
18b89d1923
commit
d9902ac3a7
@@ -268,7 +268,6 @@ void rtl92e_config_mac(struct net_device *dev)
|
||||
rtl92e_set_bb_reg(dev, pdwArray[i], pdwArray[i + 1],
|
||||
pdwArray[i + 2]);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
static void _rtl92e_phy_config_bb(struct net_device *dev, u8 ConfigType)
|
||||
|
||||
Reference in New Issue
Block a user