linux/drivers/media/dvb/dm1105
FUJITA Tomonori 7b51a70cbf V4L/DVB (9472): dm1105: fix the misuse of pci_dma_mapping_error
pci_dma_mapping_error can't be used for pci_alloc_consistent
(pci_dma_mapping_error is for dma_map_single and dma_map_page).
pci_alloc_consistent returns NULL if the allocation fails.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Acked-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2008-12-29 17:53:24 -02:00
..
Kconfig V4L/DVB (9068): Kconfig dependency fix for DW2002 card with ST STV0288 demodulator. 2008-10-12 09:37:11 -02:00
Makefile
dm1105.c V4L/DVB (9472): dm1105: fix the misuse of pci_dma_mapping_error 2008-12-29 17:53:24 -02:00