diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-08-22 16:01:45 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:36:52 -0400 |
commit | 614b147b4f8f38a090f88ac02f67b01225bb5d54 (patch) | |
tree | 3ec18d8a84c05f42563fa857ff15da30bf60e0b0 /drivers/media/video/btcx-risc.c | |
parent | 513edce60f184d90ef4a6d33917264d49c2b07fd (diff) |
V4L/DVB (8745): v4l2: fix a bunch of compile warnings.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/btcx-risc.c')
-rw-r--r-- | drivers/media/video/btcx-risc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/btcx-risc.c b/drivers/media/video/btcx-risc.c index 3324ab38f58..ac1b2687a20 100644 --- a/drivers/media/video/btcx-risc.c +++ b/drivers/media/video/btcx-risc.c | |||
@@ -64,7 +64,7 @@ int btcx_riscmem_alloc(struct pci_dev *pci, | |||
64 | unsigned int size) | 64 | unsigned int size) |
65 | { | 65 | { |
66 | __le32 *cpu; | 66 | __le32 *cpu; |
67 | dma_addr_t dma; | 67 | dma_addr_t dma = 0; |
68 | 68 | ||
69 | if (NULL != risc->cpu && risc->size < size) | 69 | if (NULL != risc->cpu && risc->size < size) |
70 | btcx_riscmem_free(pci,risc); | 70 | btcx_riscmem_free(pci,risc); |