From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 26 May 2010 21:10:08 -0700 (PDT) Message-Id: <20100526.211008.116373263.davem@davemloft.net> Subject: Re: [PATCH 9/17] net/iucv: Add missing spin_unlock From: David Miller In-Reply-To: References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: julia@diku.dk Cc: ursula.braun@de.ibm.com, linux390@de.ibm.com, linux-s390@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org List-ID: From: Julia Lawall Date: Wed, 26 May 2010 17:56:48 +0200 (CEST) > Add a spin_unlock missing on the error path. There seems like no reason > why the lock should continue to be held if the kzalloc fail. Applied, thanks.