commit | 4b0880d66baa1b96c6293051a03af0ad1bee7cb0 | [log] [tgz] |
---|---|---|
author | Pankaj Bansal <pankaj.bansal@nxp.com> | Fri Feb 08 08:46:11 2019 +0000 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Wed May 08 17:26:59 2019 -0500 |
tree | 513f0a8f969838f41232c85d588d15c0c2a5a0b5 | |
parent | d47cfdbd315297af73746462599b0c81dac6054a [diff] |
drivers: net: ldpaa_eth: fix resource leak if an error occurs in ldpaa_eth_init, need to free all resources before returning the error. Threfore, free net_dev before returning from ldpaa_eth_init. Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>