Ben Dooks (Codethink)
10ff58aa3c
pinctrl: amd: fix __iomem annotation in amd_gpio_irq_handler()
The regs pointer in amd_gpio_irq_handler() should have __iomem
on it, so add that to fix the following sparse warnings:
drivers/pinctrl/pinctrl-amd.c:555:14: warning: incorrect type in assignment (different address spaces)
drivers/pinctrl/pinctrl-amd.c:555:14: expected unsigned int [usertype] *regs
drivers/pinctrl/pinctrl-amd.c:555:14: got void [noderef] <asn:2> *base
drivers/pinctrl/pinctrl-amd.c:563:34: warning: incorrect type in argument 1 (different address spaces)
drivers/pinctrl/pinctrl-amd.c:563:34: expected void const volatile [noderef] <asn:2> *addr
drivers/pinctrl/pinctrl-amd.c:563:34: got unsigned int [usertype] *
drivers/pinctrl/pinctrl-amd.c:580:34: warning: incorrect type in argument 1 (different address spaces)
drivers/pinctrl/pinctrl-amd.c:580:34: expected void const volatile [noderef] <asn:2> *addr
drivers/pinctrl/pinctrl-amd.c:580:34: got unsigned int [usertype] *
drivers/pinctrl/pinctrl-amd.c:587:25: warning: incorrect type in argument 2 (different address spaces)
drivers/pinctrl/pinctrl-amd.c:587:25: expected void volatile [noderef] <asn:2> *addr
drivers/pinctrl/pinctrl-amd.c:587:25: got unsigned int [usertype] *
Signed-off-by: Ben Dooks (Codethink) <ben.dooks@codethink.co.uk>
Link: https://lore.kernel.org/r/20191022151154.5986-1-ben.dooks@codethink.co.uk
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2019-11-04 16:08:07 +01:00
..
2019-05-21 10:50:46 +02:00
2019-09-19 14:19:33 -07:00
2019-10-05 18:36:30 +02:00
2019-05-21 10:50:46 +02:00
2019-08-05 11:48:03 +02:00
2019-08-10 10:29:19 +02:00
2019-09-19 14:19:33 -07:00
2019-10-24 14:03:27 +02:00
2019-09-13 14:40:41 +02:00
2019-10-24 14:04:13 +02:00
2019-10-16 15:56:19 +02:00
2019-09-30 23:13:08 +02:00
2019-06-05 17:37:17 +02:00
2019-11-04 16:03:50 +01:00
2019-04-23 10:59:47 +02:00
2019-11-01 13:42:52 +01:00
2019-09-30 23:13:08 +02:00
2019-09-30 23:12:43 +02:00
2019-10-16 16:01:24 +02:00
2019-08-10 10:21:51 +02:00
2019-08-05 12:35:29 +02:00
2019-10-04 23:20:04 +02:00
2019-10-04 23:08:47 +02:00
2019-08-05 13:21:31 +02:00
2019-06-05 17:36:37 +02:00
2019-06-19 17:09:55 +02:00
2019-08-23 11:09:41 +02:00
2019-05-30 11:29:22 -07:00
2019-10-04 23:26:23 +02:00
2019-10-04 23:26:23 +02:00
2019-05-28 09:35:04 -07:00
2019-05-14 10:39:08 -07:00
2019-07-13 15:02:27 -07:00
2019-05-30 11:29:22 -07:00
2019-05-30 11:29:22 -07:00
2019-11-04 16:08:07 +01:00
2019-06-05 17:37:15 +02:00
2019-04-11 15:41:20 +02:00
2018-09-14 15:10:57 +02:00
2019-10-03 10:10:20 +02:00
2019-11-03 23:34:47 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-06-08 01:29:42 +02:00
2019-09-30 23:10:01 +02:00
2017-11-02 11:10:55 +01:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:32 -07:00
2019-08-06 14:50:04 +02:00
2018-10-10 21:05:35 +02:00
2019-10-16 15:56:18 +02:00
2019-06-05 17:37:06 +02:00
2019-06-05 17:37:06 +02:00
2018-11-09 10:23:58 +01:00
2019-06-05 17:37:15 +02:00
2019-06-25 14:14:26 +02:00
2019-10-16 15:03:40 +02:00
2019-10-16 13:45:27 +02:00
2018-01-03 08:46:49 +01:00
2019-09-30 23:10:41 +02:00
2019-06-05 17:37:18 +02:00
2019-10-16 15:03:59 +02:00
2019-08-21 09:00:16 +02:00
2019-10-16 15:56:19 +02:00
2019-08-23 09:08:10 +02:00
2019-10-07 14:33:03 +02:00
2019-10-14 12:11:12 +02:00
2018-08-29 14:05:36 +02:00
2019-10-16 13:45:27 +02:00
2019-10-16 15:56:18 +02:00
2019-06-05 17:36:37 +02:00
2019-07-13 15:02:27 -07:00
2019-06-20 10:54:55 +02:00
2018-01-03 08:46:53 +01:00
2019-08-05 13:31:17 +02:00
2019-05-21 11:28:45 +02:00
2019-08-23 11:09:41 +02:00
2019-08-23 11:09:41 +02:00