Re: [PATCH 1/9] irqchip/gic-v3-its: Fix command buffer allocation
From: Robert Richter
Date: Wed Feb 08 2017 - 10:38:44 EST
On 08.02.17 09:31:00, Shanker Donthineni wrote:
> In teardown path, code is still calling 'kfree(its->cmd_base)' to free
> memory, this should be changed to 'free_pages(get_order(ITS_CMD_QUEUE_SZ).
Hmm, right. This is later removed in the series, but should be part of
this patch. Should I respin this one?
-Robert