Ben Dooks (Codethink)
3709ff5dc3
USB: musb: fix __iomem in trace functions
...
The trace functions should have __iomem on the addr
pointers. Add __iomem to avoid the following warnings
from sparse:
drivers/usb/musb/musb_core.c:253:55: warning: incorrect type in argument 2 (different address spaces)
drivers/usb/musb/musb_core.c:253:55: expected void const *addr
drivers/usb/musb/musb_core.c:253:55: got void const [noderef] <asn:2> *addr
drivers/usb/musb/musb_core.c:259:56: warning: incorrect type in argument 2 (different address spaces)
drivers/usb/musb/musb_core.c:259:56: expected void const *addr
drivers/usb/musb/musb_core.c:259:56: got void [noderef] <asn:2> *addr
drivers/usb/musb/musb_core.c:267:55: warning: incorrect type in argument 2 (different address spaces)
drivers/usb/musb/musb_core.c:267:55: expected void const *addr
drivers/usb/musb/musb_core.c:267:55: got void const [noderef] <asn:2> *addr
drivers/usb/musb/musb_core.c:273:56: warning: incorrect type in argument 2 (different address spaces)
drivers/usb/musb/musb_core.c:273:56: expected void const *addr
drivers/usb/musb/musb_core.c:273:56: got void [noderef] <asn:2> *addr
drivers/usb/musb/musb_core.c:383:55: warning: incorrect type in argument 2 (different address spaces)
drivers/usb/musb/musb_core.c:383:55: expected void const *addr
drivers/usb/musb/musb_core.c:383:55: got void const [noderef] <asn:2> *addr
drivers/usb/musb/musb_core.c:390:56: warning: incorrect type in argument 2 (different address spaces)
drivers/usb/musb/musb_core.c:390:56: expected void const *addr
drivers/usb/musb/musb_core.c:390:56: got void [noderef] <asn:2> *addr
Signed-off-by: Ben Dooks (Codethink) <ben.dooks@codethink.co.uk>
Signed-off-by: Bin Liu <b-liu@ti.com>
Link: https://lore.kernel.org/r/20200115132547.364-18-b-liu@ti.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-01-15 14:46:58 +01:00
..
2018-05-22 12:03:25 +02:00
2017-11-04 11:48:02 +01:00
2017-11-02 11:10:55 +01:00
2018-05-31 12:44:39 +02:00
2018-05-22 12:03:25 +02:00
2017-11-07 15:45:01 +01:00
2020-01-15 14:46:57 +01:00
2020-01-15 14:46:54 +01:00
2018-03-26 15:57:12 +02:00
2017-11-04 11:48:02 +01:00
2020-01-15 14:46:55 +01:00
2020-01-15 14:46:55 +01:00
2018-05-22 12:03:24 +02:00
2018-05-31 12:54:21 +02:00
2019-11-21 18:20:29 +01:00
2018-05-22 12:03:24 +02:00
2019-11-14 11:16:35 +08:00
2018-03-29 18:37:28 +02:00
2019-11-04 15:53:00 +01:00
2018-05-22 12:03:25 +02:00
2019-08-21 10:03:35 -07:00
2018-05-14 17:04:06 +02:00
2018-05-22 12:03:24 +02:00
2018-05-22 12:03:24 +02:00
2017-11-07 15:45:01 +01:00
2020-01-15 14:46:58 +01:00
2018-05-22 12:03:25 +02:00
2019-12-30 19:54:57 +01:00
2020-01-15 14:46:56 +01:00
2017-11-07 15:45:01 +01:00
2020-01-15 14:46:54 +01:00
2017-11-07 15:45:01 +01:00
2017-11-07 15:45:01 +01:00
2017-11-07 15:45:01 +01:00
2017-11-07 15:45:01 +01:00
2018-05-22 12:03:25 +02:00