commit | eb1f420214adf81fd98d9e8df6b60318ef883102 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Mar 03 13:27:56 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 06 22:56:48 2016 -0500 |
tree | 2d21316ba6493505ce7ad2742fd2bb0a131f863b | |
parent | 7bfc60822d1cd44069f4fdb16f81a66f716bf787 [diff] |
asix: do not free array priv->mdio->irq Used to be allocated and required freeing, but now priv->mdio->irq 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@canonical.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>