RE: [PATCH v2 17/19] fbdev: imx: Constify lcd_ops

2024-04-24 Thread Peng Fan
> Subject: [PATCH v2 17/19] fbdev: imx: Constify lcd_ops > > 'struct lcd_ops' is not modified by core backlight code, so it can be made > const for increased code safety. > > Reviewed-by: Thomas Zimmermann > Signed-off-by: Krzysztof Kozlowski Reviewed-by: Peng

[PATCH v2 17/19] fbdev: imx: Constify lcd_ops

2024-04-23 Thread Krzysztof Kozlowski
'struct lcd_ops' is not modified by core backlight code, so it can be made const for increased code safety. Reviewed-by: Thomas Zimmermann Signed-off-by: Krzysztof Kozlowski --- Depends on the first patch in the series. --- drivers/video/fbdev/imxfb.c | 2 +- 1 file changed, 1 insertion(+), 1