Geert Uytterhoeven
031c7a8cd6
openrisc: io: Add missing __iomem annotation to iounmap()
With C=1:
drivers/soc/renesas/rmobile-sysc.c:330:33: sparse: sparse: incorrect type in argument 1 (different address spaces) @@ expected void *addr @@ got void [noderef] __iomem *[assigned] base @@
drivers/soc/renesas/rmobile-sysc.c:330:33: sparse: expected void *addr
drivers/soc/renesas/rmobile-sysc.c:330:33: sparse: got void [noderef] __iomem *[assigned] base
Fix this by adding the missing __iomem annotation to iounmap().
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Stafford Horne <shorne@gmail.com>
2021-01-20 06:14:26 +09:00
..
2020-11-12 06:31:04 +09:00
2020-11-12 06:31:04 +09:00
2021-01-20 06:14:26 +09:00
2020-12-17 13:41:27 -08:00
2019-06-19 17:09:55 +02:00
2021-01-20 06:14:26 +09:00
2020-10-30 21:57:07 +01:00
2019-05-21 10:50:46 +02:00
2019-01-17 23:42:59 +09:00