]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: tps65217: Naturalise cross-architecture discrepancies
authorLee Jones <lee.jones@linaro.org>
Mon, 3 Feb 2014 08:24:20 +0000 (08:24 +0000)
committerLee Jones <lee.jones@linaro.org>
Wed, 19 Feb 2014 13:30:30 +0000 (13:30 +0000)
commit5c6fbd56d16f38fddec629e1dccdeee5ad7f5a42
treed496431bf5f56087ada87ead69f4909cb3dc2c15
parent7f8279ce04589a2e0f29b865c3af40609b0ea08d
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>
drivers/mfd/tps65217.c
include/linux/mfd/tps65217.h