From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964867AbVJMVce (ORCPT ); Thu, 13 Oct 2005 17:32:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964871AbVJMVce (ORCPT ); Thu, 13 Oct 2005 17:32:34 -0400 Received: from colo.lackof.org ([198.49.126.79]:10667 "EHLO colo.lackof.org") by vger.kernel.org with ESMTP id S964867AbVJMVcd (ORCPT ); Thu, 13 Oct 2005 17:32:33 -0400 Date: Thu, 13 Oct 2005 15:39:27 -0600 From: Grant Grundler To: Jesper Juhl Cc: linux-kernel , Andrew Morton , Russell King , Mikael Starvik , Ralf Baechle , Matthew Wilcox , Grant Grundler , Paul Mackerras , Anton Blanchard , Martin Schwidefsky , "David S. Miller" , Jeff Dike Subject: Re: [PATCH 11/14] Big kfree NULL check cleanup - arch Message-ID: <20051013213927.GA4912@colo.lackof.org> References: <200510132129.40176.jesper.juhl@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510132129.40176.jesper.juhl@gmail.com> X-Home-Page: http://www.parisc-linux.org/ User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 13, 2005 at 09:29:39PM +0200, Jesper Juhl wrote: > This is the arch/ part of the big kfree cleanup patch. > Remove pointless checks for NULL prior to calling kfree() in arch/. > Signed-off-by: Jesper Juhl > arch/parisc/kernel/ioctl32.c | 32 +++++++++----------------------- Looks good to me. Signed-off-by: Grant Grundler thanks, grant