diff options
author | Amelie Delaunay <amelie.delaunay@st.com> | 2019-10-04 15:23:42 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-10-05 19:39:09 +0300 |
commit | 2fd215b8fdbe4d3a609adbe3a323696393cb1e53 (patch) | |
tree | bc4087369f35b8fe5b418d604d0d4fc18f868b2d /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 48659227e0a1d7897a4942c7b2cf925b581b6bf7 (diff) | |
download | linux-2fd215b8fdbe4d3a609adbe3a323696393cb1e53.tar.xz |
pinctrl: stmfx: fix null pointer on remove
dev_get_platdata(&pdev->dev) returns a pointer on struct stmfx_pinctrl,
not on struct stmfx (platform_set_drvdata(pdev, pctl); in probe).
Pointer on struct stmfx is stored in driver data of pdev parent (in probe:
struct stmfx *stmfx = dev_get_drvdata(pdev->dev.parent);).
Fixes: 1490d9f841b1 ("pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver")
Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Link: https://lore.kernel.org/r/20191004122342.22018-1-amelie.delaunay@st.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions