Re: [PATCH V1] mfd: da9053: fix compiler warning message for uninitialised variable

2016-06-28 Thread Lee Jones
On Mon, 27 Jun 2016, Steve Twiss wrote: > From: Steve Twiss > > Fix compiler warning caused by an uninitialised variable inside > da9052_group_write() function. Defaulting the value to zero covers > the trivial case. > > Signed-off-by: Steve Twiss

Re: [PATCH V1] mfd: da9053: fix compiler warning message for uninitialised variable

2016-06-28 Thread Lee Jones
On Mon, 27 Jun 2016, Steve Twiss wrote: > From: Steve Twiss > > Fix compiler warning caused by an uninitialised variable inside > da9052_group_write() function. Defaulting the value to zero covers > the trivial case. > > Signed-off-by: Steve Twiss > Reported-by: Geert Uytterhoeven > > --- >

[PATCH V1] mfd: da9053: fix compiler warning message for uninitialised variable

2016-06-27 Thread Steve Twiss
From: Steve Twiss Fix compiler warning caused by an uninitialised variable inside da9052_group_write() function. Defaulting the value to zero covers the trivial case. Signed-off-by: Steve Twiss Reported-by: Geert Uytterhoeven

[PATCH V1] mfd: da9053: fix compiler warning message for uninitialised variable

2016-06-27 Thread Steve Twiss
From: Steve Twiss Fix compiler warning caused by an uninitialised variable inside da9052_group_write() function. Defaulting the value to zero covers the trivial case. Signed-off-by: Steve Twiss Reported-by: Geert Uytterhoeven --- Hi Lee, This compiler warning was found and reported by Geert