commit | 70b7511c6c8724eae589dbce333f9cf45021c5e1 | [log] [tgz] |
---|---|---|
author | Mitchel Humpherys <mitchelh@codeaurora.org> | Wed Jul 29 12:45:29 2015 -0700 |
committer | Patrick Daly <pdaly@codeaurora.org> | Fri Sep 23 16:42:34 2016 -0700 |
tree | 1d5f4778804c563686f225b9abf8f01153aa8cba | |
parent | f01d6e38cbaed9bd53f9ac22cb987911d0f69731 [diff] |
iommu/iommu-debug: Fix parsing of unmap size The unmap debugfs file write handler is currently incorrectly parsing the size to be unmapped (storing the IOVA as the size). Fix this by parsing from the correct offset (just after the first comma). Change-Id: I438851882052acc511c713706bc4f0cbf373353e Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org> Signed-off-by: Patrick Daly <pdaly@codeaurora.org>