From: Lee Jones Date: Mon, 3 Feb 2014 08:24:20 +0000 (+0000) Subject: mfd: tps65217: Naturalise cross-architecture discrepancies X-Git-Tag: v3.14-rc4~27^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c6fbd56d16f38fddec629e1dccdeee5ad7f5a42;p=pandora-kernel.git mfd: tps65217: Naturalise cross-architecture discrepancies If we compile the TPS65217 for a 64bit architecture we receive the following warnings: drivers/mfd/tps65217.c: In function ‘tps65217_probe’: drivers/mfd/tps65217.c:173:13: warning: cast from pointer to integer of different size chip_id = (unsigned int)match->data; ^ Signed-off-by: Lee Jones --- Reading git-diff-tree failed