Re: [PATCH] mfd: syscon: fix warnings when printing resource_size_t

2013-04-09 Thread Samuel Ortiz
Hi Alexander, On Tue, Apr 09, 2013 at 09:50:02PM +0400, Alexander Shiyan wrote: > Gets rid of these warnings when compile module for 64 bit targets: > CC drivers/mfd/syscon.o > drivers/mfd/syscon.c: In function 'syscon_probe': > drivers/mfd/syscon.c:155:2: warning: format '%x' expects a

[PATCH] mfd: syscon: fix warnings when printing resource_size_t

2013-04-09 Thread Alexander Shiyan
Gets rid of these warnings when compile module for 64 bit targets: CC drivers/mfd/syscon.o drivers/mfd/syscon.c: In function 'syscon_probe': drivers/mfd/syscon.c:155:2: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'resource_size_t' [-Wformat] d