mmc: fsl_esdhc_spl: remove superfluous free()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 27 Dec 2020 09:50:26 +0000 (10:50 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jan 2021 20:23:06 +0000 (15:23 -0500)
commitf11b38e3aeb77b12f14502ff8eafd21737228c30
tree10b0ea9501f3fdb143559be44b3aa1380e0e230c
parent1396e41c1f0c29e3d41de8d454faa7b20cbd3337
mmc: fsl_esdhc_spl: remove superfluous free()

Freeing a buffer before calling hang() is superfluous. Removing the call
reduces the SPL size.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/fsl_esdhc_spl.c