From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fgw22-7.mail.saunalahti.fi (fgw22-7.mail.saunalahti.fi [62.142.5.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 787C082495 for ; Mon, 10 Jun 2024 16:26:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.142.5.83 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718036815; cv=none; b=RSPS3hB3/Mqwb945uY0OSIpbjlXfyPllBgjCyXFpbHW/IZELDcg7NiKFpj9/NpAE0Nm7KJUdvKXQ16T+2LkhLKtWNZMXpLgLNMaes9Dit7owD4nt0GfET1E5kYuX58F34jKduLnrpS0BlNYD10cI+HlksGlmmrs9pokT/fO7D8s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718036815; c=relaxed/simple; bh=FI/wVHjKj34tChqQy8HHa/5WtYMvhKm8Zf2HyqoEwOA=; h=From:Date:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=s1f4sLjLuoNK1ZHV3PnZytVVn4YPCQXhsRw73lCRsFn11I0kMLGqDBLLVenDCdc0Ux0wxZEQRa443uGOrI29Vabv5t/ZfTJ92nTDlwYhYqnFqO1I4kSAHH1hmiOg8V3LiKaVokJc0UVRMdBVFOEctUfqg/SVSdfKrOVhEr+nzbU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com; spf=fail smtp.mailfrom=gmail.com; arc=none smtp.client-ip=62.142.5.83 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=gmail.com Received: from localhost (88-113-25-87.elisa-laajakaista.fi [88.113.25.87]) by fgw23.mail.saunalahti.fi (Halon) with ESMTP id 3e002fc3-2746-11ef-80e9-005056bdfda7; Mon, 10 Jun 2024 19:26:51 +0300 (EEST) From: Andy Shevchenko Date: Mon, 10 Jun 2024 19:26:51 +0300 To: Bartosz Golaszewski Cc: Andy Shevchenko , Linus Walleij , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH 3/3] gpio: sim: use devm_mutex_init() Message-ID: References: <20240610140548.35358-1-brgl@bgdev.pl> <20240610140548.35358-4-brgl@bgdev.pl> Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Mon, Jun 10, 2024 at 05:31:44PM +0200, Bartosz Golaszewski kirjoitti: > On Mon, 10 Jun 2024 at 17:24, Andy Shevchenko wrote: > > > > On Mon, Jun 10, 2024 at 5:05 PM Bartosz Golaszewski wrote: > > > > > > From: Bartosz Golaszewski > > > > > > Drop the hand-coded devres action callback for destroying the mutex in > > > favor of devm_mutex_init(). > > > > All three LGTM, > > Can you leave your tags under the cover letter in such cases? This > will make b4 pick it up for all patches automatically. For some reason I was thinking there is no cover letter. But okay, done now. > > Reviewed-by: Andy Shevchenko > > Thanks! -- With Best Regards, Andy Shevchenko