commit | 7f8279ce04589a2e0f29b865c3af40609b0ea08d | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Thu Jan 23 14:47:13 2014 +0000 |
committer | Lee Jones <lee.jones@linaro.org> | Wed Feb 19 13:30:27 2014 +0000 |
tree | 20f722237443971b80eae9bfdf2f42298226eb3d | |
parent | 8bace2d5b4baa0f60b6094b53aeb79515ec94e4a [diff] |
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 <lee.jones@linaro.org>