diff options
| author | Chen Jiahao <[email protected]> | 2023-08-01 09:48:07 +0000 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-08-03 15:07:20 +0000 |
| commit | 5f908786cf44fcb397cfe0f322ef2f41b0909e2a (patch) | |
| tree | 0af24e3ba28083c33a3106f368d0aebf15f45b25 /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | soc: qcom: ocmem: add missing clk_disable_unprepare() in ocmem_dev_probe() (diff) | |
| download | kernel-5f908786cf44fcb397cfe0f322ef2f41b0909e2a.tar.gz kernel-5f908786cf44fcb397cfe0f322ef2f41b0909e2a.zip | |
soc: qcom: smem: Fix incompatible types in comparison
This patch fixes the following sparse error:
drivers/soc/qcom/smem.c:738:30: error: incompatible types in comparison expression (different add ress spaces):
drivers/soc/qcom/smem.c:738:30: void *
drivers/soc/qcom/smem.c:738:30: void [noderef] __iomem *
In addr_in_range(), "base" is of type void __iomem *, converting
void *addr to the same type to fix above sparse error.
Fixes: 20bb6c9de1b7 ("soc: qcom: smem: map only partitions used by local HOST")
Signed-off-by: Chen Jiahao <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions
