From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932303AbcIPICj (ORCPT ); Fri, 16 Sep 2016 04:02:39 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44018 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757402AbcIPIC1 (ORCPT ); Fri, 16 Sep 2016 04:02:27 -0400 Date: Fri, 16 Sep 2016 10:02:31 +0200 From: Greg KH To: Wei Yongjun Cc: Larry.Finger@lwfinger.net, florian.c.schilhabel@googlemail.com, binoy.jayan@linaro.org, arnd@arndb.de, luisbg@osg.samsung.com, raphael.beamonte@gmail.com, Wei Yongjun , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH -next] staging: rtl8712: fix double lock bug in SetPSModeWorkItemCallback() Message-ID: <20160916080231.GA15335@kroah.com> References: <1473934325-7578-1-git-send-email-weiyj.lk@gmail.com> <20160916080147.GA15092@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160916080147.GA15092@kroah.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 16, 2016 at 10:01:47AM +0200, Greg KH wrote: > On Thu, Sep 15, 2016 at 10:12:05AM +0000, Wei Yongjun wrote: > > From: Wei Yongjun > > > > Fix a double lock bug in SetPSModeWorkItemCallback(). > > > > Fixes: 5c2ba8b85e35 ("rtl8712: pwrctrl_priv: Replace semaphore lock > with mutex") > > I don't see that commit id in any tree that I can find, are you sure it > is correct? Oh nevermind, I was looking at the wrong tree, sorry, this is fine... greg k-h