media: cx23885: make const array addr_list static
authorColin Ian King <colin.king@canonical.com>
Thu, 4 Oct 2018 14:15:35 +0000 (10:15 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 9 Oct 2018 12:02:15 +0000 (08:02 -0400)
commit9a265b30646f33d0e74c3de7a8d6b011e4e0a39b
tree661a44554dea6bb87000dfc58a3de6d40c7a95a6
parentdb6df013c3fbf3a87e2fbf675bd900b5e1167f00
media: cx23885: make const array addr_list static

The const array addr_list 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>
drivers/media/pci/cx23885/cx23885-i2c.c