Pankaj Dubey 5f1b11555e 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 <pankaj.dubey@samsung.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
2014-01-16 11:18:24 +01:00
..
2013-10-24 11:50:35 +01:00
2013-10-30 16:46:30 +01:00
2011-01-04 00:53:37 +00:00
2013-08-19 19:46:30 +02:00
2011-05-24 20:58:49 +02:00
2013-08-19 19:46:30 +02:00
2014-01-16 11:15:50 +01:00
2013-08-23 10:22:20 +02:00
2013-11-01 14:10:00 +01:00
2014-01-02 15:56:52 +01:00
2013-08-19 19:46:30 +02:00
2013-08-19 19:46:30 +02:00
2013-02-11 15:59:40 +01:00
2014-01-04 23:35:02 +01:00