]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
swiotlb: use unmap_single instead of swiotlb_unmap_single in swiotlb_free_coherent
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Mon, 8 Sep 2008 09:53:49 +0000 (18:53 +0900)
committerIngo Molnar <mingo@elte.hu>
Mon, 8 Sep 2008 13:53:31 +0000 (15:53 +0200)
commit21f6c4de4c25c4bdd88c75bc97a78e7fbeebac4d
tree02a53e938323b2542935951352f0436d640347c7
parent9dfda12b8b769e224ca4efbc35ace4524b9c017b
swiotlb: use unmap_single instead of swiotlb_unmap_single in swiotlb_free_coherent

We don't need any check in swiotlb_unmap_single here. unmap_single is
appropriate.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
lib/swiotlb.c