]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
panel/ilitek-ili9322: Use refcounted allocation in place of devm_kzalloc()
authorAnusha Srivatsa <asrivats@redhat.com>
Wed, 21 May 2025 03:03:37 +0000 (22:03 -0500)
committerMaxime Ripard <mripard@kernel.org>
Wed, 21 May 2025 06:40:58 +0000 (08:40 +0200)
commit9609efa05d5ec63de5e758571f1bb85bdec93561
tree48339c4ae5aa9a6379cd949446e52b95692e9b79
parentc53c3e87aeb7fc288dcb9dbdb22451e8721771e1
panel/ilitek-ili9322: 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-6-f7ae7b723c68@redhat.com
Signed-off-by: Maxime Ripard <mripard@kernel.org>
drivers/gpu/drm/panel/panel-ilitek-ili9322.c