staging: rtl8192e: remove return from void function rtl92e_set_channel
authorMichael Straube <straube.linux@gmail.com>
Thu, 1 Feb 2024 08:18:23 +0000 (09:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Feb 2024 16:28:56 +0000 (17:28 +0100)
commit2025908b8e3ab4318295c3dfc4c2781157a266f0
tree0dd11d6e0e287359b6cd18de11e1e08e5bf8cd7b
parent0ef4a26928d7d7efd052b044d0583ddbb9eab33f
staging: rtl8192e: remove return from void function rtl92e_set_channel

Remove return from the void function rtl92e_set_channel.
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/20240201081824.6998-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c