Re: [PATCH] net: eth: altera: do not free array priv->mdio->irq

From: David Miller
Date: Sun Mar 06 2016 - 23:00:04 EST


From: Colin King <colin.king@xxxxxxxxxxxxx>
Date: Thu, 3 Mar 2016 13:47:18 +0000

> 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>

Applied.