David Howells 541f597f10 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>
2014-01-06 12:38:11 +00:00
..
2013-07-03 11:56:38 -07:00
2012-11-20 10:31:26 +09:00
2013-10-15 13:21:44 +01:00
2013-07-30 12:24:20 +01:00
2013-07-30 12:24:20 +01:00
2013-07-30 12:24:20 +01:00