From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758435AbcIPIBv (ORCPT ); Fri, 16 Sep 2016 04:01:51 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44004 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757792AbcIPIBm (ORCPT ); Fri, 16 Sep 2016 04:01:42 -0400 Date: Fri, 16 Sep 2016 10:01:47 +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: <20160916080147.GA15092@kroah.com> References: <1473934325-7578-1-git-send-email-weiyj.lk@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473934325-7578-1-git-send-email-weiyj.lk@gmail.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 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? thanks, greg k-h