OSDN Git Service

staging: rtl8188eu: core: rtw_mlme: Remove return variables.
authorSanjana Sanikommu <sanjana99reddy99@gmail.com>
Thu, 21 Mar 2019 07:54:04 +0000 (13:24 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Mar 2019 19:01:42 +0000 (20:01 +0100)
commit0049363c9253d27f66e177da3c9a62fff6dcad06
tree2f51857d7079aab02ef2a40978b80cc6fbc8e436
parentc896c89066aeccdad4661f132d8eaeafdf075bdf
staging: rtl8188eu: core: rtw_mlme: Remove return variables.

The last two lines in the function could
be compressed into one. Avoid usage of local variable.
Issue found with Coccinelle using ret.cocci.

Signed-off-by: Sanjana Sanikommu <sanjana99reddy99@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme.c