]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/msm8998: make const arrays ratio_list and band_list static
authorColin Ian King <colin.i.king@gmail.com>
Thu, 12 Sep 2024 15:10:37 +0000 (16:10 +0100)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 21 Oct 2024 11:09:05 +0000 (14:09 +0300)
commit71f40d32fa4b4952cd0bfe59c289f18647eece04
treeec8c65e4005a65574ecd04902c5700ed61aa6113
parent00adf52efec3c4745f280944a88d25ac15e08ce3
drm/msm8998: make const arrays ratio_list and band_list static

Don't populate the const read-only arrays ratio_list and band_list on the
stack at run time, instead make them static.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/614156/
Link: https://lore.kernel.org/r/20240912151037.592477-1-colin.i.king@gmail.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
drivers/gpu/drm/msm/hdmi/hdmi_phy_8998.c