swiotlb: rename swiotlb_free to swiotlb_exit
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Christian König <christian.koenig@amd.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
This commit is contained in:
@@ -120,7 +120,7 @@ void __init pci_swiotlb_late_init(void)
|
||||
{
|
||||
/* An IOMMU turned us off. */
|
||||
if (!swiotlb)
|
||||
swiotlb_free();
|
||||
swiotlb_exit();
|
||||
else {
|
||||
printk(KERN_INFO "PCI-DMA: "
|
||||
"Using software bounce buffering for IO (SWIOTLB)\n");
|
||||
|
Reference in New Issue
Block a user