On 12/02/2018 at 00:38:46 -0200, Fabio Estevam wrote: > From: Fabio Estevam <fabio.estevam@xxxxxxx> > > Fix the iomem pointer notation in order to fix the following sparse > warnings: > > drivers/rtc/rtc-mxc_v2.c:280:18: warning: incorrect type in argument 1 (different address spaces) > drivers/rtc/rtc-mxc_v2.c:280:18: expected void const volatile [noderef] <asn:2>*addr > drivers/rtc/rtc-mxc_v2.c:280:18: got void *[noderef] <asn:2>ioaddr > drivers/rtc/rtc-mxc_v2.c:329:44: warning: incorrect type in argument 1 (different address spaces) > drivers/rtc/rtc-mxc_v2.c:329:44: expected void *[noderef] <asn:2>ioaddr > drivers/rtc/rtc-mxc_v2.c:329:44: got void [noderef] <asn:2>* > drivers/rtc/rtc-mxc_v2.c:339:44: warning: incorrect type in argument 1 (different address spaces) > drivers/rtc/rtc-mxc_v2.c:339:44: expected void *[noderef] <asn:2>ioaddr > drivers/rtc/rtc-mxc_v2.c:339:44: got void [noderef] <asn:2>* > > Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxx> > --- > drivers/rtc/rtc-mxc_v2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering http://bootlin.com