From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Date: Wed, 26 Jan 2011 04:25:51 +0000 Subject: Re: [PATCH] video/saa7164: Fix sparse warning: Using plain integer Message-Id: <20110126042551.GK2721@bicker> List-Id: References: <1295988851-23561-1-git-send-email-peterhuewe@gmx.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Julia Lawall Cc: Peter Huewe , Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Steven Toth , Tejun Heo On Tue, Jan 25, 2011 at 11:20:44PM +0100, Julia Lawall wrote: > On Tue, 25 Jan 2011, Peter Huewe wrote: > > > This patch fixes the warning "Using plain integer as NULL pointer", > > generated by sparse, by replacing the offending 0s with NULL. > I recall (a number of years ago) being told that for things like kmalloc, > the proper test was !x, not x = NULL. > It was Al Viro who said that. Here's the link. http://lwn.net/Articles/331593/ regards, dan carpenter