summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
authorMichael Krufky2006-02-27 04:09:14 +0100
committerMauro Carvalho Chehab2006-02-27 04:09:14 +0100
commitb9ee9ad7cb91301aae0fc12e11f79ba119c133d9 (patch)
treec36ffb3427570b6872f16715ce3b122a4aaddd43 /drivers/media/video/cx88/cx88-cards.c
parentV4L/DVB (3378): Restore power on defaults of tda9887 after tda8290 probe (diff)
downloadkernel-qcow2-linux-b9ee9ad7cb91301aae0fc12e11f79ba119c133d9.tar.gz
kernel-qcow2-linux-b9ee9ad7cb91301aae0fc12e11f79ba119c133d9.tar.xz
kernel-qcow2-linux-b9ee9ad7cb91301aae0fc12e11f79ba119c133d9.zip
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 cc9d6601eafa..44e27dc646ae 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++)