Re: [PATCH 2/2] regulator: act8865: Explictly initialize of_node array

2014-06-30 Thread Beniamino Galvani
On Mon, Jun 30, 2014 at 03:33:25PM +0800, Axel Lin wrote: > Silence below build warning: > CC [M] drivers/regulator/act8865-regulator.o > drivers/regulator/act8865-regulator.c: In function ‘act8865_pmic_probe’: > drivers/regulator/act8865-regulator.c:321: warning: ‘of_node’ may be used >

[PATCH 2/2] regulator: act8865: Explictly initialize of_node array

2014-06-30 Thread Axel Lin
Silence below build warning: CC [M] drivers/regulator/act8865-regulator.o drivers/regulator/act8865-regulator.c: In function ‘act8865_pmic_probe’: drivers/regulator/act8865-regulator.c:321: warning: ‘of_node’ may be used uninitialized in this function Signed-off-by: Axel Lin ---

[PATCH 2/2] regulator: act8865: Explictly initialize of_node array

2014-06-30 Thread Axel Lin
Silence below build warning: CC [M] drivers/regulator/act8865-regulator.o drivers/regulator/act8865-regulator.c: In function ‘act8865_pmic_probe’: drivers/regulator/act8865-regulator.c:321: warning: ‘of_node’ may be used uninitialized in this function Signed-off-by: Axel Lin

Re: [PATCH 2/2] regulator: act8865: Explictly initialize of_node array

2014-06-30 Thread Beniamino Galvani
On Mon, Jun 30, 2014 at 03:33:25PM +0800, Axel Lin wrote: Silence below build warning: CC [M] drivers/regulator/act8865-regulator.o drivers/regulator/act8865-regulator.c: In function ‘act8865_pmic_probe’: drivers/regulator/act8865-regulator.c:321: warning: ‘of_node’ may be used