diff options
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | 2021-01-19 18:07:48 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-01-21 23:19:55 +0300 |
commit | 155ea0dc8dcb6066aaf4af5addd005b8968ce820 (patch) | |
tree | 5d82c5a9d6d77083035bb538f75ea5c87fec9a42 /include/soc/fsl/qe/qe.h | |
parent | e8e507a8ac90d48053dfdea9d4855495b0204956 (diff) | |
download | linux-155ea0dc8dcb6066aaf4af5addd005b8968ce820.tar.xz |
soc: fsl: qe: store muram_vbase as a void pointer instead of u8
The two functions cpm_muram_offset() and cpm_muram_dma() both need a
cast currently, one casts muram_vbase to do the pointer arithmetic on
void pointers, the other casts the passed-in address u8*.
It's simpler and more consistent to just always use void* and drop all
the casting.
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Acked-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/soc/fsl/qe/qe.h')
0 files changed, 0 insertions, 0 deletions