From: Alexander Shiyan Date: Tue, 9 Apr 2013 17:50:02 +0000 (+0400) Subject: mfd: syscon: Fix warnings when printing resource_size_t X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~31^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daba96d6f38601552d08d52c15ef3c5660f1275f;p=pandora-kernel.git mfd: syscon: Fix warnings when printing resource_size_t 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] drivers/mfd/syscon.c:155:2: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat] Signed-off-by: Alexander Shiyan Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed