patch-2.4.6 linux/include/asm-arm/pci.h

Next file: linux/include/asm-arm/proc-armo/system.h
Previous file: linux/include/asm-arm/linux_logo.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.5/linux/include/asm-arm/pci.h linux/include/asm-arm/pci.h
@@ -41,7 +41,7 @@
 pci_free_consistent(struct pci_dev *hwdev, size_t size, void *vaddr,
 		    dma_addr_t dma_handle)
 {
-	consistent_free(vaddr);
+	consistent_free(vaddr, size, dma_handle);
 }
 
 /* Map a single buffer of the indicated size for DMA in streaming mode.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)