]> git.ipfire.org Git - thirdparty/linux.git/commit
panel/ltk500hd1829: Use refcounted allocation in place of devm_kzalloc()
authorAnusha Srivatsa <asrivats@redhat.com>
Wed, 21 May 2025 03:03:47 +0000 (22:03 -0500)
committerMaxime Ripard <mripard@kernel.org>
Wed, 21 May 2025 06:41:03 +0000 (08:41 +0200)
commitdeafcd1f936d2f2f9beebb19215850653a5526f1
tree797aeebfc71d6072b2dd4760cfc6cf9e73849e9d
parentda93b863bd9bcf4e83cc59ac811fc0d74cb25104
panel/ltk500hd1829: Use refcounted allocation in place of devm_kzalloc()

Move to using the new API devm_drm_panel_alloc() to allocate the
panel.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Anusha Srivatsa <asrivats@redhat.com>
Link: https://lore.kernel.org/r/20250520-drivers-mass-convert-part2-v3-16-f7ae7b723c68@redhat.com
Signed-off-by: Maxime Ripard <mripard@kernel.org>
drivers/gpu/drm/panel/panel-leadtek-ltk500hd1829.c