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:
Christoph Hellwig
2017-12-23 14:14:54 +01:00
parent 9ce9765a09
commit 7f2c8bbd32
4 changed files with 5 additions and 5 deletions

View File

@@ -121,7 +121,7 @@ static int __init check_swiotlb_enabled(void)
if (ppc_swiotlb_enable)
swiotlb_print_info();
else
swiotlb_free();
swiotlb_exit();
return 0;
}