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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA07CC0015E for ; Thu, 13 Jul 2023 13:42:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233074AbjGMNmD (ORCPT ); Thu, 13 Jul 2023 09:42:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43596 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234837AbjGMNl6 (ORCPT ); Thu, 13 Jul 2023 09:41:58 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 928E11992 for ; Thu, 13 Jul 2023 06:41:56 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0B40961539 for ; Thu, 13 Jul 2023 13:41:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2432C433C8; Thu, 13 Jul 2023 13:41:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689255715; bh=XQ7GI5seauSP1zdgzOW9xfeQzw1DgF5EQVEBjlhLDx8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PHgb01g71DiomiYZebiqegzv1Y1Yk77El/q56VCQHGRl9yPyKmrPtMwBcr51beDfZ 2S6OntPipyVx6evbRLKBP4XyQv+ng2kO1wcKxWUDXj8vfYmqOH9/CzPUTbxk4zFsdz 2yQbw9S5wzgqxCA7ZwrYUlZkCOAiutpNSuOhVm4oc6T42VnWcPeKEOtHrpO2ciXYsY yxaY5rllmTAMaAKgmRh8NE1qe5P0KwYMFyiGVb7UFzjRev+TwCwCGOmm4NclrMGDnR K43QKGic+7l0UJ+A8N5sxZ0AbW7nqQceqorA7fXAVBmGGfWMM1tRqjQdK9SWC7c5pg cR0C9QTGKuYiw== Date: Thu, 13 Jul 2023 14:41:50 +0100 From: Lee Jones To: Yangtao Li Cc: Fabrice Gasnier , Maxime Coquelin , Alexandre Torgue , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/7] mfd: stm32-timers: Use devm_platform_get_and_ioremap_resource() Message-ID: <20230713134150.GB10768@google.com> References: <20230706113939.1178-1-frank.li@vivo.com> <20230706113939.1178-6-frank.li@vivo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230706113939.1178-6-frank.li@vivo.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 06 Jul 2023, Yangtao Li wrote: > Convert platform_get_resource(), devm_ioremap_resource() to a single > call to devm_platform_get_and_ioremap_resource(), as this is exactly > what this function does. > > Signed-off-by: Yangtao Li > --- > drivers/mfd/stm32-timers.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied, thanks -- Lee Jones [李琼斯]