Re: [PATCH] media: rockchip: rkisp1: Constify static structs

2020-11-20 Thread Dafna Hirschfeld
Am 19.11.20 um 23:18 schrieb Rikard Falkeborn: These 'ops' structs are never modified, so make them const to allow the compiler to put them in read-only memory. Signed-off-by: Rikard Falkeborn Thanks! Reviewed-by: Dafna Hirschfeld --- drivers/media/platform/rockchip/rkisp1/rkisp1-cap

[PATCH] media: rockchip: rkisp1: Constify static structs

2020-11-19 Thread Rikard Falkeborn
These 'ops' structs are never modified, so make them const to allow the compiler to put them in read-only memory. Signed-off-by: Rikard Falkeborn --- drivers/media/platform/rockchip/rkisp1/rkisp1-capture.c | 6 +++--- drivers/media/platform/rockchip/rkisp1/rkisp1-common.h | 2 +- drivers/media/