From: Wolfram Sang Date: Sun, 8 Jul 2012 11:11:43 +0000 (+0200) Subject: i2c: imx: make bitrate an u32 type X-Git-Tag: v3.6-rc1~67^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c88ab040115430fc146df7aa5a57538bf6d0e2d;p=pandora-kernel.git i2c: imx: make bitrate an u32 type sparse found this assignment of u32 to an int. Fix it: drivers/i2c/busses/i2c-imx.c:540:56: warning: incorrect type in argument 3 (different signedness) and also fix the type in platform_data. All current users use values which fit into the old and new type, so it is a safe change. Signed-off-by: Wolfram Sang Reviewed-by: Richard Zhao Acked-by: Sascha Hauer --- Reading git-diff-tree failed