diff options
author | Hans de Goede <[email protected]> | 2023-04-04 13:19:55 +0200 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2023-04-06 14:24:04 +0200 |
commit | fb131c472df92b2885262e747906c0a4038c82e5 (patch) | |
tree | 5ce08fc33d80a4431f18ca68f1c5ef1b6d6b84df /tools/perf/scripts/python/stackcollapse.py | |
parent | c69fec50ec2e3aeea46b13235b72d9d5a1bf095a (diff) |
platform/x86: apple-gmux: Fix iomem_base __iomem annotation
Fix the __iomem annotation of the iomem_base pointers in the apple-gmux
code. The __iomem should go before the *.
This fixes a bunch of sparse warnings like this one:
drivers/platform/x86/apple-gmux.c:224:48: sparse:
expected void const [noderef] __iomem *
got unsigned char [usertype] *
Fixes: 0c18184de990 ("platform/x86: apple-gmux: support MMIO gmux on T2 Macs")
Reported-by: kernel test robot <[email protected]>
Link: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Suggested-by: Dan Carpenter <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Reviewed-by: Orlando Chamberlain <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions