diff options
author | Liang He <windhl@126.com> | 2022-07-19 14:54:46 +0800 |
---|---|---|
committer | Robert Foss <robert.foss@linaro.org> | 2022-07-19 14:48:31 +0200 |
commit | 1d43a5120ab49f22ba6c5901ad3994e254510303 (patch) | |
tree | 427b0524b13ff696331ef09b15b03b6e91da7e96 /drivers/gpu/drm/xlnx | |
parent | 8f48dbd6deaf5a14c924c1de08bf7e36526bf3e7 (diff) | |
download | linux-1d43a5120ab49f22ba6c5901ad3994e254510303.tar.bz2 |
drm/bridge: anx7625: Fix refcount bug in anx7625_parse_dt()
In anx7625_parse_dt(), 'pdata->mipi_host_node' will be assigned a
new reference with of_graph_get_remote_node() which will increase
the refcount of the object, correspondingly, we should call
of_node_put() for the old reference stored in the 'pdata->mipi_host_node'.
Fixes: 8bdfc5dae4e3 ("drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP")
Signed-off-by: Liang He <windhl@126.com>
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220719065447.1080817-1-windhl@126.com
Diffstat (limited to 'drivers/gpu/drm/xlnx')
0 files changed, 0 insertions, 0 deletions