mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-08 05:34:29 +08:00
4da0ea71ea
This function is only called from lpddr_probe(). We free "lpddr" both
here and in the caller, so it's a double free. The best place to free
"lpddr" is in lpddr_probe() so let's delete this one.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
lpddr2_nvm.c | ||
lpddr_cmds.c | ||
Makefile | ||
qinfo_probe.c |