mirror of
https://github.com/torvalds/linux.git
synced 2025-11-10 05:30:50 +02:00
In dss_init_ports() and __dss_uninit_ports(), we should call
of_node_put() for the reference returned by of_graph_get_port_by_id()
in fail path or when it is not used anymore.
Fixes:
|
||
|---|---|---|
| .. | ||
| base.c | ||
| dispc.c | ||
| dispc.h | ||
| dispc_coefs.c | ||
| dpi.c | ||
| dsi.c | ||
| dsi.h | ||
| dss.c | ||
| dss.h | ||
| hdmi.h | ||
| hdmi4.c | ||
| hdmi4_cec.c | ||
| hdmi4_cec.h | ||
| hdmi4_core.c | ||
| hdmi4_core.h | ||
| hdmi5.c | ||
| hdmi5_core.c | ||
| hdmi5_core.h | ||
| hdmi_common.c | ||
| hdmi_phy.c | ||
| hdmi_pll.c | ||
| hdmi_wp.c | ||
| omapdss.h | ||
| output.c | ||
| pll.c | ||
| sdi.c | ||
| venc.c | ||
| video-pll.c | ||