Searched hist:"541 f597f1080ee615534cb6ccb2253891a29535c" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/regulator/ |
H A D | tps62360-regulator.c | diff 541f597f1080ee615534cb6ccb2253891a29535c Fri Jan 03 17:07:55 CET 2014 David Howells <dhowells@redhat.com> regulator: tps62360: Fix up a pointer-integer size mismatch warning
Fix up the following pointer-integer size mismatch warning in tps62360_probe():
drivers/regulator/tps62360-regulator.c: In function 'tps62360_probe': drivers/regulator/tps62360-regulator.c:363:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] chip_id = (int)match->data; ^
Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Mark Brown <broonie@linaro.org>
|