From: David Howells Date: Fri, 3 Jan 2014 16:07:55 +0000 (+0000) Subject: regulator: tps62360: Fix up a pointer-integer size mismatch warning X-Git-Tag: v3.14-rc1~92^2^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=541f597f1080ee615534cb6ccb2253891a29535c;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed