commit | 5c6fbd56d16f38fddec629e1dccdeee5ad7f5a42 | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Mon Feb 03 08:24:20 2014 +0000 |
committer | Lee Jones <lee.jones@linaro.org> | Wed Feb 19 13:30:30 2014 +0000 |
tree | d496431bf5f56087ada87ead69f4909cb3dc2c15 | |
parent | 7f8279ce04589a2e0f29b865c3af40609b0ea08d [diff] |
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 <lee.jones@linaro.org>