From: Lee Jones Date: Mon, 3 Feb 2014 08:22:30 +0000 (+0000) Subject: mfd: max8998: Naturalise cross-architecture discrepancies X-Git-Tag: v3.14-rc4~27^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bace2d5b4baa0f60b6094b53aeb79515ec94e4a;p=pandora-kernel.git mfd: max8998: Naturalise cross-architecture discrepancies If we compile the MAX8998 for a 64bit architecture we receive the following warnings: drivers/mfd/max8998.c: In function ‘max8998_i2c_get_driver_data’: drivers/mfd/max8998.c:178:10: warning: cast from pointer to integer of different size return (int)match->data; ^ Signed-off-by: Lee Jones --- Reading git-diff-tree failed