diff options
author | Martin Blumenstingl <[email protected]> | 2019-04-12 00:00:55 +0200 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2019-04-18 08:54:06 +0200 |
commit | c96ffedf8a2f91c9124012ec4eef42a3da01d08b (patch) | |
tree | 79c8803c149a651b45abd0d6eab718a5901e6f32 /tools/perf/scripts/python/stackcollapse.py | |
parent | 2d8ffbf569440f72b05a16f12453c25195220000 (diff) |
mtd: rawnand: meson: use a void pointer for meson_nfc_dma_buffer_setup
This simplifies the code because it gets rid of the casts to an
u8-pointer when passing "info_buf" from struct meson_nfc_nand_chip.
Also it gets rid of the cast of the u8 databuf pointer to a void
pointer.
The logic inside meson_nfc_dma_buffer_setup() doesn't care about the
pointer types themselves because it only passes them to dma_map_single
which accepts a void pointer.
No functional changes.
Signed-off-by: Martin Blumenstingl <[email protected]>
Tested-by:Liang Yang <[email protected]>
Acked-by: Liang Yang <[email protected]>
Tested-by:Liang Yang <[email protected]>
Acked-by: Liang Yang <[email protected]>
Tested-by:Liang Yang <[email protected]>
Acked-by: Liang Yang <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions