From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from outbound8-sin-R.bigfish.com (outbound-sin.frontbridge.com [207.46.51.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.bigfish.com", Issuer "*.bigfish.com" (not verified)) by ozlabs.org (Postfix) with ESMTP id D1F60DDF1A for ; Thu, 13 Dec 2007 13:00:24 +1100 (EST) Message-ID: <4760922C.2060908@am.sony.com> Date: Wed, 12 Dec 2007 18:00:12 -0800 From: Geoff Levand MIME-Version: 1.0 To: akpm@linux-foundation.org Subject: Re: [PATCH 1/3] ps3: vuart: fix error path locking References: <20071213003028.676998182@mvista.com> In-Reply-To: <20071213003028.676998182@mvista.com> Content-Type: text/plain; charset=ISO-8859-1 Cc: Daniel Walker , matthias.kaehlcke@gmail.com, linux-kernel@vger.kernel.org, linux@bohmer.net, linuxppc-dev@ozlabs.org, mingo@elte.hu, kjwinchester@gmail.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > This stray down would cause a permanent sleep which doesn't seem correct. > The other uses of this semaphore appear fairly mutex like it's even initialized > with init_MUTEX() .. So here a patch for removing this one down(). > > Signed-off-by: Daniel Walker > > --- > drivers/ps3/ps3-vuart.c | 1 - > 1 file changed, 1 deletion(-) Signed-off-by: Geoff Levand Looks, good. Andrew, Please apply. -Geoff