commit | 6b6c620c824e10a03da3c617aa9f2c6486f7f57a | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Sun May 03 22:27:03 2020 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri May 08 18:29:10 2020 -0400 |
tree | d7198d3d611b2401b5b889c7fae7199edd275663 | |
parent | cdff6fba32db88943be2b04639ad6e7746a2be11 [diff] |
sata: dwc_ahsata: Fix memory issue in reset_sata The reset_sata should reset the sata device info and free the probe_ent memory. Otherwise, it will cause memory leak if we init the sata again. Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>