X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fmedia%2Fvideo%2Fbtcx-risc.c;h=f42701f82e7fe72009bd8391672bbb40d80d306b;hb=f8b71a3a92d69cb1c9c2162f9235d3dd550e4aa0;hp=ce0840ccd594e42332767d7d0b87bc4e4cbdc4d5;hpb=ecaedfa385a6df297e17d6e9f296cc63f12c053f;p=mv-sheeva.git diff --git a/drivers/media/video/btcx-risc.c b/drivers/media/video/btcx-risc.c index ce0840ccd59..f42701f82e7 100644 --- a/drivers/media/video/btcx-risc.c +++ b/drivers/media/video/btcx-risc.c @@ -63,7 +63,7 @@ int btcx_riscmem_alloc(struct pci_dev *pci, struct btcx_riscmem *risc, unsigned int size) { - u32 *cpu; + __le32 *cpu; dma_addr_t dma; if (NULL != risc->cpu && risc->size < size)