]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rtl8188eu: remove return variable from rtw_init_bcmc_stainfo
authorMichael Straube <straube.linux@gmail.com>
Sun, 27 Oct 2019 13:06:03 +0000 (14:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Oct 2019 15:40:25 +0000 (16:40 +0100)
commitc534472f8b4dc45d92a5f96a6ed11dbea6b4eef8
tree226c01c2d3dda26d011250120bfc3d0a58042bd3
parent6e845ddd8a554f632a561cba77d8c1811a4d86aa
staging: rtl8188eu: remove return variable from rtw_init_bcmc_stainfo

Remove variable res, that is used to store the return value, from
rtw_init_bcmc_stainfo. Instead return _FAIL or _SUCCESS directly
and remove the now unneeded exit label.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20191027130604.68379-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_sta_mgt.c