diff options
author | Kiran Gunda <kgunda@codeaurora.org> | 2017-07-28 09:10:41 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-08-28 13:51:19 +0200 |
commit | 9f7a9a448da7cf7951fb9e33eadd4dea173000fe (patch) | |
tree | e4cd8dcd15d88c0a2d21f7a1fba9afeb6b4ddb86 /include | |
parent | spmi: pmic-arb: fix memory allocation for mapping_table (diff) | |
download | linux-9f7a9a448da7cf7951fb9e33eadd4dea173000fe.tar.xz linux-9f7a9a448da7cf7951fb9e33eadd4dea173000fe.zip |
spmi: pmic-arb: replace the writel_relaxed with __raw_writel
Replace the writel_relaxed with __raw_writel to avoid byte swapping
in pmic_arb_write_data() function. That way the code is independent
of the CPU endianness.
Fixes: 111a10bf3e53 ("spmi: pmic-arb: rename spmi_pmic_arb_dev to
spmi_pmic_arb")
Signed-off-by: Kiran Gunda <kgunda@codeaurora.org>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions