From: Pankaj Dubey Date: Wed, 15 Jan 2014 01:42:42 +0000 (+0900) Subject: i2c: s3c2410: fix quirk usage for 64-bit X-Git-Tag: v3.14-rc1~146^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f1b11555ef21fb3a8a9d21a2e5914e2bc1b9d9b;p=pandora-kernel.git i2c: s3c2410: fix quirk usage for 64-bit If used 64 bit compiler GCC warns that: drivers/i2c/busses/i2c-s3c2410.c: In function ‘s3c24xx_get_device_quirks’: drivers/i2c/busses/i2c-s3c2410.c:168:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] This patch fixes this by converting "unsigned int" to "kernel_ulong_t". Signed-off-by: Pankaj Dubey Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed