aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-02-27 00:09:14 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-02-27 00:09:14 -0300
commitb9ee9ad7cb91301aae0fc12e11f79ba119c133d9 (patch)
treec36ffb3427570b6872f16715ce3b122a4aaddd43 /drivers/media/video/cx88/cx88-cards.c
parent44fd06fa9002c42b367c152594cc95b7632c081d (diff)
downloadlinux-b9ee9ad7cb91301aae0fc12e11f79ba119c133d9.tar.gz
V4L/DVB (3380): TUV1236d: declare buffer as static const
Make buffer a static const Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r--drivers/media/video/cx88/cx88-cards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index cc9d6601eafa10..44e27dc646aeb4 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -1487,7 +1487,7 @@ void cx88_card_setup(struct cx88_core *core)
if (0 == core->i2c_rc) {
/* enable tuner */
int i;
- u8 buffer [] = { 0x10,0x12,0x13,0x04,0x16,0x00,0x14,0x04,0x017,0x00 };
+ static const u8 buffer [] = { 0x10,0x12,0x13,0x04,0x16,0x00,0x14,0x04,0x017,0x00 };
core->i2c_client.addr = 0x0a;
for (i = 0; i < 5; i++)