X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fmedia%2Fvideo%2Fbtcx-risc.c;h=ac1b2687a20d7feca68b8ebce0758b0c5e29411c;hb=e14f64c2079240082f3c5bf98d9ecf3dc6780338;hp=3324ab38f58c3b395f617e00c9a9c4bd957ff820;hpb=5e51900be6c15488b80343d3c3e62d4d605ba9a9;p=mv-sheeva.git 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, unsigned int size) { __le32 *cpu; - dma_addr_t dma; + dma_addr_t dma = 0; if (NULL != risc->cpu && risc->size < size) btcx_riscmem_free(pci,risc);