aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2021-06-16 17:03:32 +0000
committerRafael J. Wysocki <[email protected]>2021-06-17 15:10:11 +0000
commitbdd56d7d8931e842775d2e5b93d426a8d1940e33 (patch)
tree4d11c5eb92eac4ca05d6ab5a3a2ccada276cf24f /tools/perf/scripts/python/syscall-counts.py
parentACPI: sysfs: fix doc warnings in device_sysfs.c (diff)
downloadkernel-bdd56d7d8931e842775d2e5b93d426a8d1940e33.tar.gz
kernel-bdd56d7d8931e842775d2e5b93d426a8d1940e33.zip
ACPI: sysfs: Make sparse happy about address space in use
Sparse is not happy about address space in use in acpi_data_show(): drivers/acpi/sysfs.c:428:14: warning: incorrect type in assignment (different address spaces) drivers/acpi/sysfs.c:428:14: expected void [noderef] __iomem *base drivers/acpi/sysfs.c:428:14: got void * drivers/acpi/sysfs.c:431:59: warning: incorrect type in argument 4 (different address spaces) drivers/acpi/sysfs.c:431:59: expected void const *from drivers/acpi/sysfs.c:431:59: got void [noderef] __iomem *base drivers/acpi/sysfs.c:433:30: warning: incorrect type in argument 1 (different address spaces) drivers/acpi/sysfs.c:433:30: expected void *logical_address drivers/acpi/sysfs.c:433:30: got void [noderef] __iomem *base Indeed, acpi_os_map_memory() returns a void pointer with dropped specific address space. Hence, we don't need to carry out __iomem in acpi_data_show(). Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions