Files
linux/drivers/gpu/drm
Christophe JAILLET 2db4578ef6 drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths of tegra_output_probe()
If an error occurs after a successful of_get_i2c_adapter_by_node() call, it
should be undone by a corresponding i2c_put_adapter().

Add the missing i2c_put_adapter() call.

Fixes: 9be7d864cf ("drm/tegra: Implement panel support")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/b38604178991e1f08b2cda219103be266be2d680.1693667005.git.christophe.jaillet@wanadoo.fr
2023-12-14 18:39:42 +01:00
..
2023-11-27 13:56:32 -06:00
2023-11-27 13:56:32 -06:00
2023-12-13 15:18:30 -03:00
2023-11-27 13:56:32 -06:00
2023-11-15 10:56:44 +01:00
2023-12-06 10:08:05 +01:00
2023-11-28 15:32:24 +01:00
2023-11-27 13:56:32 -06:00
2023-12-04 09:42:32 +01:00