mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 21:23:23 +00:00
media: fimc-is: constify clock names
Static array with clock names can be made const for code safety. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
a311c60840
commit
ab1270eeb6
@ -29,7 +29,7 @@
|
||||
#include "fimc-reg.h"
|
||||
#include "media-dev.h"
|
||||
|
||||
static char *fimc_clocks[MAX_FIMC_CLOCKS] = {
|
||||
static const char *fimc_clocks[MAX_FIMC_CLOCKS] = {
|
||||
"sclk_fimc", "fimc"
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user