From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,T_DKIMWL_WL_HIGH,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 22AAAC43219 for ; Sat, 4 May 2019 10:41:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E1ED52084A for ; Sat, 4 May 2019 10:41:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556966480; bh=WPgDsiRAWGl6cYk9+UaqVpxky1SOfv1Rv6gC/CxcwD4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Bkiqxq5GzedhhlR6r3Pmf3x4n1ooWO7QUouCf8y+vVA6PiCUzVnEEmNDJEvmLr17A i5IsEXoSdh53aPPTJ6Cw3b5zjUf3qGy0+xZ95GkM7fQzX88BLyuHbNoM6gl53GIhlQ oRHn+EWFpToEbveUjaVUwsaS4l6hNm3laKdJ4cZ8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726326AbfEDKlT (ORCPT ); Sat, 4 May 2019 06:41:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:44562 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725981AbfEDKlT (ORCPT ); Sat, 4 May 2019 06:41:19 -0400 Received: from localhost (unknown [171.76.113.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1DF7E206DF; Sat, 4 May 2019 10:41:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556966478; bh=WPgDsiRAWGl6cYk9+UaqVpxky1SOfv1Rv6gC/CxcwD4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vovh8+HfrdkTi4hHizRlpfdDnv2Q/kzZ0UN8KRs6wNciJaoNjZsMecpUkkT6lZkBw f4SBP5Ubuwh0hFgfYM1GLeGe8x09tGRo1bba5Ji+dyKiIT9wjb2lL7P5SvYey/fBan wT8wfIH/f6uNJwblij31iCmNr3Pz7VpBEqAedVuc= Date: Sat, 4 May 2019 16:11:09 +0530 From: Vinod Koul To: Dan Carpenter Cc: Ludovic Desroches , Barry Song <21cnbao@gmail.com>, Dan Williams , dmaengine@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH] dmaengine: at_xdmac: remove a stray bottom half unlock Message-ID: <20190504104109.GA3845@vkoul-mobl.Dlink> References: <20190503131507.GA1236@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190503131507.GA1236@mwanda> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 03-05-19, 16:15, Dan Carpenter wrote: > We switched this code from spin_lock_bh() to vanilla spin_lock() but > there was one stray spin_unlock_bh() that was overlooked. This > patch converts it to spin_unlock() as well. Applied, thanks -- ~Vinod