Re: [PATCH v2 2/4] staging: android: Add error handling to ion_page_pool_shrink

From: Greg Kroah-Hartman
Date: Tue Aug 18 2020 - 10:09:49 EST


On Sun, Aug 16, 2020 at 10:24:22PM +0300, Tomer Samara wrote:
> Add error check to ion_page_pool_shrink after calling
> ion_page_pool_remove, due to converting BUG_ON to WARN_ON.
>
> Signed-off-by: Tomer Samara <tomersamara98@xxxxxxxxx>

So this fixes a previous patch? That's not good, please merge them
together so you do not cause a bug and then fix it up later on.

thanks,

greg k-h