drm/panel: ili9322: Remove redundant volatle_reg() operation
authorMark Brown <broonie@kernel.org>
Sun, 1 Oct 2023 10:24:13 +0000 (11:24 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 2 Oct 2023 07:09:21 +0000 (09:09 +0200)
commitc8c575ebf6daaf1fbe029cc04c845e2fad462320
treecce26e9341253a3a70b0e6dfc288fbad069d008a
parent0908a0225d0fa6d7675bf3c2cc4c25a89e13e83c
drm/panel: ili9322: Remove redundant volatle_reg() operation

The ili9322 driver has a volatile_reg() operation in it's regmap which
always returns false. This is redundant since it is the default in the
regmap core, remove the operation for a trivial code size and performance
improvement.

Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231001-drm-sn65dsi83-maple-v1-1-5519799a55e5@kernel.org
drivers/gpu/drm/panel/panel-ilitek-ili9322.c