From: FUJITA Tomonori Date: Fri, 24 Oct 2008 09:13:23 +0000 (-0300) Subject: V4L/DVB (9472): dm1105: fix the misuse of pci_dma_mapping_error X-Git-Tag: v2.6.29-rc1~556^2~473 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b51a70cbf0c9995caf59f7126d251e14a9e0686;p=pandora-kernel.git 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 Acked-by: Igor M. Liplianin Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed