Re: [PATCH] net/ethoc: do not free array priv->mdio->irq

From: Tobias Klauser
Date: Thu Mar 03 2016 - 09:19:28 EST


On 2016-03-03 at 14:43:34 +0100, Colin King <colin.king@xxxxxxxxxxxxx> wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> priv->mdio->irq used to be allocated and required freeing, but it
> is now a fixed sized array and should no longer be free'd.
>
> Issue detected using static analysis with CoverityScan
>
> Fixes: e7f4dc3536a400 ("mdio: Move allocation of interrupts into core")
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>

Reviewed-by: Tobias Klauser <tklauser@xxxxxxxxxx>