Hi Dan, On Thu, Mar 12, 2020 at 8:33 AM Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > > The platform_get_resource_byname() function returns NULL on error, it > doesn't return error pointers. > > Fixes: d166a73503ef ("spi: fspi: dynamically alloc AHB memory") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > --- > The commit message for commit d166a73503ef ("spi: fspi: dynamically > alloc AHB memory") is not very good. Why is it necessary to allocate > the AHB memory dynamically instead of during probe? Also I suspect that Agreed and I made the same comment during review: https://patchwork.kernel.org/patch/11361581/ Thanks