From ec8fe6c92576a0d6e2b04df2ef139125c3f341b5 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 19 May 2015 08:19:47 -0300 Subject: [PATCH] [media] cx24120: constify static data Use const on the static data, as gcc may optimize better the code. Also, would prevent that some code would override the data there. Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Patrick Boettcher --- Reading git-format-patch failed