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 ce0840ccd594..f42701f82e7f 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) | 
