mfd: syscon: Fix warnings when printing resource_size_t
authorAlexander Shiyan <shc_work@mail.ru>
Tue, 9 Apr 2013 17:50:02 +0000 (21:50 +0400)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 9 Apr 2013 20:50:44 +0000 (22:50 +0200)
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 <shc_work@mail.ru>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found