Re: [PATCH 15/18] HID: picoLCD: Constify lcd_ops

2024-04-16 Thread Bruno Prémont
On Sun, 14 Apr 2024 18:36:13 +0200 Krzysztof Kozlowski wrote: > 'struct lcd_ops' is not modified by core backlight code, so it can be > made const for increased code safety. > > Signed-off-by: Krzysztof Kozlowski Reviewed-by: Bruno Prémont > --- > > Depends on the first patch in the series. >

[PATCH 15/18] HID: picoLCD: Constify lcd_ops

2024-04-14 Thread Krzysztof Kozlowski
'struct lcd_ops' is not modified by core backlight code, so it can be made const for increased code safety. Signed-off-by: Krzysztof Kozlowski --- Depends on the first patch in the series. --- drivers/hid/hid-picolcd_lcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dri