commit | bae3dee0992dcb336a591468376b046e5447997b | [log] [tgz] |
---|---|---|
author | Jisheng Zhang <jszhang@marvell.com> | Tue May 16 14:17:20 2017 +0800 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Fri May 19 08:58:21 2017 +0200 |
tree | 783684aedf6450e49cdaf0d9b544dc8cc3a750de | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 [diff] |
mmc: sdhci-xenon: kill xenon_clean_phy() Currently, the xenon_clean_phy() is only used for freeing phy_params. The phy_params is allocated by devm_kzalloc(), there's no need to free is explicitly. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Acked-by: Hu Ziji <huziji@marvell.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com>