From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Dillow Subject: Re: [PATCH 04/26] typhoon: get rid of redundant conditional before all to release_firmware() Date: Mon, 09 Apr 2012 17:03:09 -0400 Message-ID: <1334005389.1744.4.camel@frustration.ornl.gov> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Cc: linux-kernel@vger.kernel.org, trivial@kernel.org, netdev@vger.kernel.org To: Jesper Juhl Return-path: Received: from mta02.ornl.gov ([128.219.14.62]:35172 "EHLO mta02.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752676Ab2DIVDL convert rfc822-to-8bit (ORCPT ); Mon, 9 Apr 2012 17:03:11 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 2012-04-09 at 22:50 +0200, Jesper Juhl wrote: > There's no need to test for a NULL pointer before calling > release_firmware() since the function does that check itself, so > remove the redundant test. > > Signed-off-by: Jesper Juhl FWIW on a trivial patch, Acked-by: David Dillow