From 64bdfbfc76999ab0dd7da0db7b2edea4f73ed228 Mon Sep 17 00:00:00 2001
From: Xiubo Li
Date: Wed, 6 Aug 2014 11:45:08 +0800
Subject: [PATCH] i2c: imx: Fix format warning for dev_dbg
Fixes the following by using %pR:
drivers/i2c/busses/i2c-imx.c: In function i2c_imx_probe()
drivers/i2c/busses/i2c-imx.c:689:2: warning: format 0x%x expects argument
of type unsigned int, but argument 4 has type resource_size_t [-Wformat=]
dev_dbg(&i2c_imx->adapter.dev, "device resources from 0x%x to 0x%x\n",
^
...
Signed-off-by: Xiubo Li
Signed-off-by: Wolfram Sang
---
Reading git-format-patch failed