commit | 3fa72fe9c614717d22ae75b84d45f41da65c10fe | [log] [tgz] |
---|---|---|
author | Neeraj Upadhyay <neeraju@codeaurora.org> | Fri Oct 21 14:28:46 2016 +0530 |
committer | Will Deacon <will.deacon@arm.com> | Wed Oct 26 18:22:42 2016 +0100 |
tree | febef313ca7c88de2ed87d76520aa9be94654cca | |
parent | 3f7a09f44e5ef8a2629842f2d22892114e603fc1 [diff] |
arm64: mm: fix __page_to_voff definition Fix parameter name for __page_to_voff, to match its definition. At present, we don't see any issue, as page_to_virt's caller declares 'page'. Fixes: 9f2875912dac ("arm64: mm: restrict virt_to_page() to the linear mapping") Acked-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org> Signed-off-by: Will Deacon <will.deacon@arm.com>