It is used with of_property_read_u32(), so it should be u32. Signed-off-by: Wolfram Sang <wsa@xxxxxxxxxxxxx> --- drivers/i2c/busses/i2c-qup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-qup.c b/drivers/i2c/busses/i2c-qup.c index ee409803fd94..1b4cf14f1106 100644 --- a/drivers/i2c/busses/i2c-qup.c +++ b/drivers/i2c/busses/i2c-qup.c @@ -562,7 +562,7 @@ static int qup_i2c_probe(struct platform_device *pdev) u32 io_mode, hw_ver, size; int ret, fs_div, hs_div; int src_clk_freq; - int clk_freq = 100000; + u32 clk_freq = 100000; qup = devm_kzalloc(&pdev->dev, sizeof(*qup), GFP_KERNEL); if (!qup) -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html