commit | 06f55fd2d22742ed7e725124dfea68936d12ce40 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Jan 04 09:50:33 2019 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Sat Jan 05 08:27:32 2019 +0100 |
tree | 5bbf65577198f5171ec2ccc890ce9f9cb5322400 | |
parent | 48e638fb68be8fecdca0611beff53a9c947704e3 [diff] |
x86/amd_gart: fix unmapping of non-GART mappings In many cases we don't have to create a GART mapping at all, which also means there is nothing to unmap. Fix the range check that was incorrectly modified when removing the mapping_error method. Fixes: 9e8aa6b546 ("x86/amd_gart: remove the mapping_error dma_map_ops method") Reported-by: Michal Kubecek <mkubecek@suse.cz> Signed-off-by: Christoph Hellwig <hch@lst.de> Tested-by: Michal Kubecek <mkubecek@suse.cz>