Files
linux-stable-mirror/drivers
Ma Ke 5fb232c763 drm/tegra: dc: Fix reference leak in tegra_dc_couple()
commit 4c5376b4b1 upstream.

driver_find_device() calls get_device() to increment the reference
count once a matching device is found, but there is no put_device() to
balance the reference count. To avoid reference count leakage, add
put_device() to decrease the reference count.

Found by code review.

Cc: stable@vger.kernel.org
Fixes: a31500fe70 ("drm/tegra: dc: Restore coupling of display controllers")
Signed-off-by: Ma Ke <make24@iscas.ac.cn>
Acked-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patch.msgid.link/20251022114720.24937-1-make24@iscas.ac.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-12-07 06:09:31 +09:00
..
2025-10-29 14:03:12 +01:00
2025-12-07 06:09:20 +09:00
2025-12-07 06:09:30 +09:00
2025-10-19 16:21:28 +02:00