1d43a5120a
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:
|
||
---|---|---|
.. | ||
analogix_dp_core.c | ||
analogix_dp_core.h | ||
analogix_dp_reg.c | ||
analogix_dp_reg.h | ||
analogix-anx78xx.c | ||
analogix-anx78xx.h | ||
analogix-anx6345.c | ||
analogix-i2c-dptx.c | ||
analogix-i2c-dptx.h | ||
analogix-i2c-txcommon.h | ||
anx7625.c | ||
anx7625.h | ||
Kconfig | ||
Makefile |