staging: rtl8192e: Put kfree() to end of rtllib_softmac_free()
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Sun, 24 Sep 2023 19:50:49 +0000 (21:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Sep 2023 09:14:31 +0000 (11:14 +0200)
commit1579c70661fa95d8ae6910fb80de431260552f46
treebda7c9b350d7995c70fd74d6fd090cfa9e60464d
parentb174d2c54049acdf714102d970551de66c220a74
staging: rtl8192e: Put kfree() to end of rtllib_softmac_free()

To reverse order of initialization put kfree() to the end of
rtllib_softmac_free().

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/85b63c62780356af91c30cc63280c5f59cd29210.1695582999.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_softmac.c