From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: no need check in tehuti.c Date: Thu, 11 Jun 2009 02:51:17 -0700 (PDT) Message-ID: <20090611.025117.83882582.davem@davemloft.net> References: <1244643518.3422.6.camel@myhost> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: figo1802@gmail.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:35554 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761514AbZFKJvP (ORCPT ); Thu, 11 Jun 2009 05:51:15 -0400 In-Reply-To: <1244643518.3422.6.camel@myhost> Sender: netdev-owner@vger.kernel.org List-ID: From: "Figo.zhang" Date: Wed, 10 Jun 2009 22:18:38 +0800 > vfree() does its own 'NULL' check, so no need for check before > calling it. > > Signed-off-by: Figo.zhang Applied.