From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6202842590500356096 X-Received: by 10.68.194.72 with SMTP id hu8mr150788pbc.8.1444212819495; Wed, 07 Oct 2015 03:13:39 -0700 (PDT) X-BeenThere: outreachy-kernel@googlegroups.com Received: by 10.140.28.97 with SMTP id 88ls200189qgy.90.gmail; Wed, 07 Oct 2015 03:13:39 -0700 (PDT) X-Received: by 10.31.44.18 with SMTP id s18mr150339vks.6.1444212819028; Wed, 07 Oct 2015 03:13:39 -0700 (PDT) Return-Path: Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com. [2607:f8b0:400e:c03::22f]) by gmr-mx.google.com with ESMTPS id uv4si5244167pac.0.2015.10.07.03.13.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Oct 2015 03:13:38 -0700 (PDT) Received-SPF: pass (google.com: domain of sudipm.mukherjee@gmail.com designates 2607:f8b0:400e:c03::22f as permitted sender) client-ip=2607:f8b0:400e:c03::22f; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of sudipm.mukherjee@gmail.com designates 2607:f8b0:400e:c03::22f as permitted sender) smtp.mailfrom=sudipm.mukherjee@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com Authentication-Results: mx.google.com; dkim=pass header.i=@gmail.com Received: by mail-pa0-x22f.google.com with SMTP id hy16so17493978pad.1 for ; Wed, 07 Oct 2015 03:13:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=I36pjpTrwBzNipmZfdb7ukqeujiNJsCc4tPyBILIfCo=; b=UP3LRw0g7LUQkGJgrbOnZEw696u0awsbfmvRDR+loeazJZUCFtT9DFseQaNQENetJo 7V9Bk0d5zXLbtRWksvCsTBeOHBX0WEj2qp35GzmLATtHo2PT3v00cTrQUXmA5u7Zj8/8 oj00ZnB5wdgWOXguNEWGIM8yfvvIrZ2EcDggHnu8//Mlae07gHaXKRAV8DnMUAGGVKAE bbFoybg73x0vSXgXUtv5v860B5Sn9YahAIR7cdWjRgwl+VO8i3Ud3mBWBrhbMgI5hfBl 2zZFSH+nZQ2mlWOADs1bK3iEp0wXRnHe2hLls6YN+NJeqbsAmcdIUYB+tZ4fI359RBuw yyMA== X-Received: by 10.67.30.136 with SMTP id ke8mr287978pad.16.1444212818805; Wed, 07 Oct 2015 03:13:38 -0700 (PDT) Return-Path: Received: from sudip-pc ([49.206.251.3]) by smtp.gmail.com with ESMTPSA id bk8sm38758191pad.18.2015.10.07.03.13.37 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 07 Oct 2015 03:13:38 -0700 (PDT) Date: Wed, 7 Oct 2015 15:43:30 +0530 From: Sudip Mukherjee To: Shivani Bhardwaj Cc: outreachy-kernel@googlegroups.com Subject: Re: [Outreachy kernel] [PATCH] Staging: most: networking: Fixed the warning of using integer as NULL Message-ID: <20151007101330.GA3142@sudip-pc> References: <20151007095703.GA47324@ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151007095703.GA47324@ubuntu> User-Agent: Mutt/1.5.21 (2010-09-15) On Wed, Oct 07, 2015 at 03:27:03PM +0530, Shivani Bhardwaj wrote: > Fixed the warning generated by sparse : Using plain integer as NULL > pointer, by changing the value pointed to by nd->dev from 0 to NULL. > > Signed-off-by: Shivani Bhardwaj > --- This has already been done by 1865e4ea0b2d ("Staging: most: Use NULL instead of zero") Which tree are you using? regards sudip