From: Colin King <hidden> Date: 2016-03-03 13:47:30
From: Colin Ian King <redacted>
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 <redacted>
---
drivers/net/ethernet/altera/altera_tse_main.c | 1 -
1 file changed, 1 deletion(-)
From: Andrew Lunn <andrew@lunn.ch> Date: 2016-03-03 15:16:37
On Thu, Mar 03, 2016 at 01:47:18PM +0000, Colin King wrote:
From: Colin Ian King <redacted>
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 <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Thanks
Andrew
From: David Miller <davem@davemloft.net> Date: 2016-03-07 04:00:01
From: Colin King <redacted>
Date: Thu, 3 Mar 2016 13:47:18 +0000
From: Colin Ian King <redacted>
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 <redacted>