staging: r8188eu: remove initializer from ret in rtw_pwr_wakeup
authorPhillip Potter <phil@philpotter.co.uk>
Thu, 28 Jul 2022 23:11:49 +0000 (00:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Jul 2022 07:33:16 +0000 (09:33 +0200)
commitf3a76018dd55d8ddcd28cb47049f46ae5c0ce557
tree6d7baeb6590ea716c5e0135cf7ef67d4cfc5cb4f
parentc528bbb7dc062c707f6064eec1bccafb8490758f
staging: r8188eu: remove initializer from ret in rtw_pwr_wakeup

Remove the success initializer from the ret variable in rtw_pwr_wakeup,
as we set it later anyway in the success path, and also set on failure.
This makes the function appear cleaner and more consistent.

Suggested-by: Dan Carpenter <dan.carpenter@oracle.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20220728231150.972-2-phil@philpotter.co.uk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_pwrctrl.c