aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorBjoern A. Zeeb <[email protected]>2022-01-28 15:34:26 +0200
committerLuca Coelho <[email protected]>2022-02-18 10:40:50 +0200
commit0301bcd599e552c38adf6771c25ff99680b9c4ee (patch)
tree8efdf98066a0d7b5e92caafb8fa34fef3fa1e895 /tools/perf/scripts/python/bin
parent971cbe50e6362a69fb2ef2d20eca1432624452cc (diff)
iwlwifi: de-const properly where needed
In order to de-const variables simply casting through (void *) is not enough: "cast from 'const .. *' to 'void *' drops const qualifier". Cast through (uintptr_t) as well [1] to make this compile on systems with more strict requirements. In addition passing const void *data to dma_map_single() also drops the (const) qualifier. De-constify on variable on assignment which may be overwritten later. In either case the (void *) cast to dma_map_single() is not needed (anymore) either. [1] See __DECONST() in sys/sys/cdefs.h in FreeBSD Sponsored by: The FreeBSD Foundation Signed-off-by: Bjoern A. Zeeb <[email protected]> Signed-off-by: Luca Coelho <[email protected]> Link: https://lore.kernel.org/r/iwlwifi.20220128153014.eb696eb56bf6.Ide1dd041f9b908c5154a600286a7453750b0704a@changeid Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions