From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 1/2] powerpc/85xx: p1022ds: Use NULL instead of 0 for pointers Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <1353385912-25882-1-git-send-email-tushar.behera@linaro.org> Date: Sun, 25 Nov 2012 07:07:33 -0600 Message-Id: References: <1353385912-25882-1-git-send-email-tushar.behera@linaro.org> To: Tushar Behera Cc: devicetree-discuss@lists.ozlabs.org, linuxppc-dev@lists.ozlabs.org, patches@linaro.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 > --- > arch/powerpc/platforms/85xx/p1022_ds.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) applied to next - k