Re: [PATCH 1/2] powerpc/85xx: p1022ds: Use NULL instead of 0 for pointers

2012-11-25 Thread Kumar Gala
On Nov 19, 2012, at 10:31 PM, Tushar Behera wrote: The third argument for of_get_property() is a pointer, hence pass NULL instead of 0. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/powerpc/platforms/85xx/p1022_ds.c |2 +- 1 files changed, 1 insertions(+), 1

[PATCH 1/2] powerpc/85xx: p1022ds: Use NULL instead of 0 for pointers

2012-11-20 Thread Tushar Behera
The third argument for of_get_property() is a pointer, hence pass NULL instead of 0. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- arch/powerpc/platforms/85xx/p1022_ds.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/platforms/85xx/p1022_ds.c