From 6d9fe5884e8dbf31a550316d924bea8c3ed155cf Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Thu, 10 Jul 2014 20:23:25 -0300 Subject: [PATCH] i2c: i2c-st: Use %pa to print 'resource_size_t' type When building multi_v7_defconfig with CONFIG_ARM_LPAE=y the following warning is seen: drivers/i2c/busses/i2c-st.c:818:2: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'resource_size_t' [-Wformat=] Use %pa to print 'resource_size_t' type to fix the warning. Reported-by: Olof's autobuilder Signed-off-by: Fabio Estevam Acked-by: Maxime Coquelin Signed-off-by: Wolfram Sang --- Reading git-format-patch failed