ANDROID: mm/memory_hotplug: Relax remove_memory_subsection error checking
A memory section may contain a mix of memory present at bootup, and memory added dynamically via add_memory_subsection(). Fix remove_memory_subsection to not return an error for this situation. Bug: 190151165i Fixes: 417ac617 ("ANDROID: mm/memory_hotplug: implement {add/remove}_memory_subsection") Change-Id: I20314fe136d6e5b56a9275be7e2d130d18bd79a5 Signed-off-by:Patrick Daly <pdaly@codeaurora.org>
Loading