Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:45384 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752348AbbIONyZ (ORCPT ); Tue, 15 Sep 2015 09:54:25 -0400 Date: Tue, 15 Sep 2015 06:54:24 -0700 From: Greg KH To: Ronit Halder Cc: johnny.kim@atmel.com, rachel.kim@atmel.com, linux-wireless@vger.kernel.org, chris.park@atmel.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, tony.cho@atmel.com, leo.kim@atmel.com Subject: Re: [PATCH v2 1/2] Staging: wilc1000: Use NULL instead of zero Message-ID: <20150915135424.GA29308@kroah.com> (sfid-20150915_155440_409795_E7E5120C) References: <1442309698-12393-1-git-send-email-ronit.crj@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1442309698-12393-1-git-send-email-ronit.crj@gmail.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Sep 15, 2015 at 03:04:58PM +0530, Ronit Halder wrote: > This patch fixes the warning generated by sparse > "Using plain integer as NULL pointer" by using NULL > instead of zero. > > Signed-off-by: Ronit halder > --- > > v2: added a new patch in this patch series to fix the NULL comparison style This patch, and the second one, do not apply to my tree anymore :(