Tag: 4e9691aa40e36197be164b79c8a81d2702940e78

[media] s5p-mfc: constify s5p_mfc_codec_ops structures

Author: Julia Lawall <Julia.Lawall@lip6.fr> The s5p_mfc_codec_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Kamil Debski Signed-off-by: Mauro Carvalho Chehab — drivers/media/platform/s5p-mfc/s5p_mfc_common.h | 2 +- drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 4 ++– drivers/media/platform/s5p-mfc/s5p_mfc_dec.h | 2 +- drivers/media/platform/s5p-mfc/s5p_mfc_enc.c | 4 ++– drivers/media/platform/s5p-mfc/s5p_mfc_enc.h | 2 +- 5 files changed, …

Continue reading