staging: r8188eu: convert type of return variable in load_firmware()
authorMichael Straube <straube.linux@gmail.com>
Fri, 7 Jan 2022 10:36:07 +0000 (11:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jan 2022 15:13:43 +0000 (16:13 +0100)
commit43394501457ddc90b28dc721cd3cfbf483484f2a
treed4ca84e4022c6c9b32d1e9ac257cb182772d6751
parent996d0af0f48610bacac8490a5228037d9a209f92
staging: r8188eu: convert type of return variable in load_firmware()

The return type of load_firmware() is int. Change the type of the
return variable from s32 to int to match the function return type.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220107103620.15648-7-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c