diff options
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 3324ab38f58c..ac1b2687a20d 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); |