From: Lee Jones Date: Thu, 23 Jan 2014 14:35:28 +0000 (+0000) Subject: mfd: max8997: Naturalise cross-architecture discrepancies X-Git-Tag: v3.14-rc4~27^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05fb7a56ad65ceaa1907bb9c66bfa1108847667f;p=pandora-kernel.git mfd: max8997: Naturalise cross-architecture discrepancies If we compile the MAX8997 for a 64bit architecture we receive the following warnings: drivers/mfd/max8997.c: In function ‘max8997_i2c_get_driver_data’: drivers/mfd/max8997.c:173:10: warning: cast from pointer to integer of different size return (int)match->data; ^ Signed-off-by: Lee Jones --- Reading git-diff-tree failed