commit | cc653ced7dc0982244f8f6e5e1a36a9787e3facb | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Sun May 03 22:27:00 2020 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri May 08 18:29:00 2020 -0400 |
tree | f02561bcc569e45805b289ac4fa180fc251d2670 | |
parent | 5487e1dfa500f10a174f0730772dce641043b7dc [diff] |
sata: ahsata: Fix resource leak Fix coverity issue CID 3606684: Resource leak (RESOURCE_LEAK) leaked_storage: Variable uc_priv going out of scope leaks the storage it points to Signed-off-by: Ye Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org>