[PATCH 1/2] remoteproc: stm32: Fix incorrect type in assignment for va

2024-01-17 Thread Arnaud Pouliquen
The sparse tool complains about the attribute conversion between a _iomem void * and a void *: stm32_rproc.c:122:12: sparse: sparse: incorrect type in assignment (different address spaces) @@ expected void *va @@ got void [noderef] __iomem * @@ stm32_rproc.c:122:12: sparse: expected

[PATCH 1/2] remoteproc: stm32: Fix incorrect type in assignment for va

2024-01-17 Thread Arnaud Pouliquen
The sparse tool complains about the attribute conversion between a _iomem void * and a void *: stm32_rproc.c:122:12: sparse: sparse: incorrect type in assignment (different address spaces) @@ expected void *va @@ got void [noderef] __iomem * @@ stm32_rproc.c:122:12: sparse: expected