From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 13 Apr 2012 18:36:44 -0300 From: Gustavo Padovan To: Jesper Juhl Cc: linux-kernel@vger.kernel.org, trivial@kernel.org, linux-bluetooth@vger.kernel.org, Johan Hedberg , Marcel Holtmann Subject: Re: [PATCH 01/26] Bluetooth: btmrvl_sdio: remove pointless conditional before release_firmware() Message-ID: <20120413213628.GA1680@joana> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: List-ID: Hi Jesper, * Jesper Juhl [2012-04-09 22:49:49 +0200]: > release_firmware() deals gracefullt with NULL pointers so there's no > reason to test for one prior to calling the function. > > Signed-off-by: Jesper Juhl > --- > drivers/bluetooth/btmrvl_sdio.c | 9 ++------- > 1 file changed, 2 insertions(+), 7 deletions(-) Patch has been applied, thanks. Gustavo