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
-  Lines: 9
-  Date:
Wed Jun 27 14:12:04 2001
-  Orig file: 
v2.4.5/linux/include/asm-arm/pci.h
-  Orig date: 
Wed May 16 10:31:27 2001
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)