staging: r8188eu: convert rtw_xmit_resource_alloc() to common error logic
authorMichael Straube <straube.linux@gmail.com>
Fri, 11 Nov 2022 08:37:31 +0000 (09:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Nov 2022 18:48:46 +0000 (19:48 +0100)
commit8985814bb3732aaf7ce5bf892d2827bd4d854fc7
tree0f80e10368f4258eb497a62fd9e4b8bfc1d04139
parent9b35a6926c613457e0dce179871028a0aa6efb06
staging: r8188eu: convert rtw_xmit_resource_alloc() to common error logic

Convert the function rtw_xmit_resource_alloc() away from returning
_FAIL or _SUCCESS which uses inverted error logic. Use the common
error logic instead. Return 0 for success and negative values for
failure.

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20221111083733.3144-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_xmit.c