diff options
author | Michael Straube <straube.linux@gmail.com> | 2025-06-15 14:37:58 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-06-19 17:32:40 +0200 |
commit | 9279204d37cce549f40cdc677b86405e8628212c (patch) | |
tree | dcc045ba997e3c62f299beb4e787973d9f1b5460 /scripts/gdb/linux/config.py | |
parent | 1b30f644f7e2b8d4352b7a796496c41f81aa72ed (diff) |
staging: rtl8723bs: remove return from void function
Remove exit label and return statement from a void function.
After the exit label no cleanup is done, so it is safe to remove it
and return early in the only place where the label is used.
This simplifies the code and clears a checkpatch warning.
WARNING: void function return statements are not generally useful
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Reviewed-by: Hans de Goede <hansg@kernel.org>
Link: https://lore.kernel.org/r/20250615123758.41869-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions