mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 09:34:12 +08:00
media: exynos4-is: make const array config_ids static
The const array config_ids can be made static, saves populating it on the stack and will make it read-only. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
9a265b3064
commit
d4dc26ebcd
@ -656,7 +656,7 @@ static int fimc_is_hw_open_sensor(struct fimc_is *is,
|
||||
|
||||
int fimc_is_hw_initialize(struct fimc_is *is)
|
||||
{
|
||||
const int config_ids[] = {
|
||||
static const int config_ids[] = {
|
||||
IS_SC_PREVIEW_STILL, IS_SC_PREVIEW_VIDEO,
|
||||
IS_SC_CAPTURE_STILL, IS_SC_CAPTURE_VIDEO
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user