mtd: fix the build warning for fsl_upm.c
authorRoy Zang <tie-fei.zang@freescale.com>
Wed, 8 Sep 2010 08:47:55 +0000 (16:47 +0800)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 24 Oct 2010 22:52:39 +0000 (23:52 +0100)
commit0eecf4b20d63e0662d0a9732e9bd8a84bd3f872c
tree24d8191f8867bb229ff47cc918f9235bb788c448
parent7351d3a5dbf42ba3299af71db3296be447bc1516
mtd: fix the build warning for fsl_upm.c

Fix the build warning:

drivers/mtd/nand/fsl_upm.c: In function 'fun_chip_init':
drivers/mtd/nand/fsl_upm.c:190: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'resource_size_t'

Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/fsl_upm.c