staging: r8188eu: remove return value from on_action_public_default
authorMartin Kaiser <martin@kaiser.cx>
Sun, 30 Oct 2022 17:33:24 +0000 (18:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 31 Oct 2022 08:09:05 +0000 (09:09 +0100)
commit8161a8335821bb6944eef2de8b750544d59c49c2
treeaa99365b2229807efa4dd54357bed62858773005
parenta399a3b05209dc759b20c6d6e4aa331f2e60bc8a
staging: r8188eu: remove return value from on_action_public_default

The only caller of on_action_public_default does not check the return
value. We can make it a void function.

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20221030173326.1588647-12-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme_ext.c