staging: rtl8192e: remove return statement from void function
authorMichael Straube <straube.linux@gmail.com>
Mon, 19 Jun 2023 15:09:52 +0000 (17:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jun 2023 14:14:32 +0000 (16:14 +0200)
commitd9902ac3a7cd3008057e8e4cde2688fcddecd68b
tree0feb7293d6acf0b9c6a7806fc51dcf1a8e9d9e09
parent18b89d19238242147c3d00134329bb39b4ed33d1
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>
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c