Re: [PATCH 5/7] Fix up a pointer-integer size mismatch warning in tps62360_probe()

2014-01-06 Thread Mark Brown
On Mon, Jan 06, 2014 at 04:40:28PM +, David Howells wrote: > Mark Brown wrote: > > you need to CC things to maintainers > warthog>grep -i tps6 MAINTAINERS > warthog1> > I cc'd Laxman who is the only person mentioned in the file. > I cc'd you who is mentioned in the "regulator"

Re: [PATCH 5/7] Fix up a pointer-integer size mismatch warning in tps62360_probe()

2014-01-06 Thread David Howells
Mark Brown wrote: > you need to CC things to maintainers warthog>grep -i tps6 MAINTAINERS warthog1> I cc'd Laxman who is the only person mentioned in the file. I cc'd you who is mentioned in the "regulator" section and who appears in sign-offs in the log. There is no "regulat

Re: [PATCH 5/7] Fix up a pointer-integer size mismatch warning in tps62360_probe()

2014-01-06 Thread Mark Brown
On Fri, Jan 03, 2014 at 04:07:55PM +, David Howells wrote: > Fix up the following pointer-integer size mismatch warning in > tps62360_probe(): > > drivers/regulator/tps62360-regulator.c: In function 'tps62360_probe': Applied, but please follow the patch submission process in Submitting

[PATCH 5/7] Fix up a pointer-integer size mismatch warning in tps62360_probe()

2014-01-03 Thread David Howells
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]