From owner-svn-src-head@FreeBSD.ORG Thu Oct 1 10:33:52 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DB52106566B; Thu, 1 Oct 2009 10:33:52 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id EF11B8FC12; Thu, 1 Oct 2009 10:33:51 +0000 (UTC) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id ED3B26D41B; Thu, 1 Oct 2009 10:33:50 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id A643984503; Thu, 1 Oct 2009 12:33:50 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Coleman Kane References: <200910010243.n912hpSM034846@svn.freebsd.org> Date: Thu, 01 Oct 2009 12:33:50 +0200 In-Reply-To: <200910010243.n912hpSM034846@svn.freebsd.org> (Coleman Kane's message of "Thu, 1 Oct 2009 02:43:51 +0000 (UTC)") Message-ID: <86eipno12p.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.95 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r197654 - head/sys/dev/if_ndis X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2009 10:33:52 -0000 Coleman Kane writes: > - if (sc->ndis_80211 && vap) > + if ((sc->ndis_80211 !=3D NULL) && (vap !=3D NULL)) sc->ndis_80211 is an int. NULL is a pointer. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no