commit | 0fb11cc508253f58c624938504f43be4f8c47bf4 | [log] [tgz] |
---|---|---|
author | Tingwei Zhang <tingwei@codeaurora.org> | Thu May 31 13:57:31 2018 +0800 |
committer | Tingwei Zhang <tingwei@codeaurora.org> | Thu May 31 14:02:28 2018 +0800 |
tree | 4ff4c4e505085c9274bb1a1550eaed5b9b981c78 | |
parent | bc46a78f13da9c237493a12cf21b1e2d67ae7dcc [diff] |
arm64: Fix wrong type conversion in writeq_no_log Current code converts a 64 bit integer to 32 bit in writeq_relaxed_no_log. Fix that by change cpu_to_le32() to cpu_to_le64(). Change-Id: I6ccb4c3dd90d7d1c786daec746cd6974f2e42d7c Signed-off-by: Tingwei Zhang <tingwei@codeaurora.org>