commit | d301f8f503ec8e8b53cab3eed7e2a7644c14a9e7 | [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 | dcec3bd61968bae9a90d5502f9573b259fd61775 [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>