From: Lee Jones Date: Thu, 23 Jan 2014 14:47:13 +0000 (+0000) Subject: mfd: wm8994-core: Naturalise cross-architecture discrepancies X-Git-Tag: v3.14-rc4~27^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f8279ce04589a2e0f29b865c3af40609b0ea08d;p=pandora-kernel.git mfd: wm8994-core: Naturalise cross-architecture discrepancies If we compile the WM8994 for a 64bit architecture we receive the following warnings: drivers/mfd/wm8994-core.c: In function ‘wm8994_i2c_probe’: drivers/mfd/wm8994-core.c:639:19: warning: cast from pointer to integer of different size wm8994->type = (int)of_id->data; ^ Signed-off-by: Lee Jones --- Reading git-diff-tree failed