From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 410b7t1L6WzF1n9 for ; Wed, 6 Jun 2018 01:19:38 +1000 (AEST) In-Reply-To: <1528190181-15745-1-git-send-email-weiyongjun1@huawei.com> To: Wei Yongjun , Frederic Barrat , Andrew Donnellan , Arnd Bergmann , "Greg Kroah-Hartman" , Alastair D'Silva From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, kernel-janitors@vger.kernel.org, Wei Yongjun , linux-kernel@vger.kernel.org Subject: Re: [-next] ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait() Message-Id: <410b7r1h68z9s2k@ozlabs.org> Date: Wed, 6 Jun 2018 01:19:34 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2018-06-05 at 09:16:21 UTC, Wei Yongjun wrote: > Add the missing unlock before return from function > afu_ioctl_enable_p9_wait() in the error handling case. > > Fixes: e948e06fc63a ("ocxl: Expose the thread_id needed for wait on POWER9") > Signed-off-by: Wei Yongjun > Reviewed-by: Alastair D'Silva Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/2e5c93d6bb2f7bc17eb82748943a1b cheers