aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/proc.py
diff options
context:
space:
mode:
authorArnaud Pouliquen <[email protected]>2024-01-17 14:53:12 +0100
committerMathieu Poirier <[email protected]>2024-01-23 11:48:03 -0700
commitc77b35ce66af25bdd6fde60b62e35b9b316ea5c2 (patch)
treee67966dc4da777fcf9dd76db4ac4088dd2d822da /scripts/gdb/linux/proc.py
parent32381bbccba4c21145c571701f8f7fb1d9b3a92e (diff)
remoteproc: stm32: Fix incorrect type assignment returned by stm32_rproc_get_loaded_rsc_tablef
The sparse tool complains about the remove of the _iomem attribute. stm32_rproc.c:660:17: warning: cast removes address space '__iomem' of expression Add '__force' to explicitly specify that the cast is intentional. This conversion is necessary to cast to addresses pointer, which are then managed by the remoteproc core as a pointer to a resource_table structure. Fixes: 8a471396d21c ("remoteproc: stm32: Move resource table setup to rproc_ops") Signed-off-by: Arnaud Pouliquen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mathieu Poirier <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions