summaryrefslogtreecommitdiff
path: root/.get_maintainer.ignore
diff options
context:
space:
mode:
authorNicolin Chen <nicoleotsuka@gmail.com>2017-10-13 02:09:59 +0300
committerThierry Reding <treding@nvidia.com>2017-11-01 17:00:06 +0300
commit1752c9ee23fb20e5bfdbedf677e91f927f2b8d80 (patch)
tree5cc03b8cc0bc03f5bedee788468b8a34be2792f5 /.get_maintainer.ignore
parent54eff2264d3e9fd7e3987de1d7eba1d3581c631e (diff)
downloadlinux-1752c9ee23fb20e5bfdbedf677e91f927f2b8d80.tar.xz
clk: tegra: dfll: Fix drvdata overwriting issue
Both tegra124-dfll and clk-dfll are using platform_set_drvdata to set drvdata of the exact same pdev while they use different pointers for the drvdata. Once the drvdata has been overwritten by tegra124-dfll, clk-dfll will never get its td pointer as it expects. Since tegra124-dfll merely needs its soc pointer in its remove function, this patch fixes the bug by removing the overwriting in the tegra124-dfll file and letting the tegra_dfll_unregister return an soc pointer for it. Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com> Acked-By: Peter De Schrijver <pdeschrijver@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to '.get_maintainer.ignore')
0 files changed, 0 insertions, 0 deletions