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 AB8A3EB64DD for ; Thu, 13 Jul 2023 13:39:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234954AbjGMNje (ORCPT ); Thu, 13 Jul 2023 09:39:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41984 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233120AbjGMNjc (ORCPT ); Thu, 13 Jul 2023 09:39:32 -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 CFABFE68 for ; Thu, 13 Jul 2023 06:39:25 -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 5E26060A70 for ; Thu, 13 Jul 2023 13:39:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27E95C433C8; Thu, 13 Jul 2023 13:39:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689255564; bh=7bYzmhFlyjZWsAnu8qmPfFUF9Uj+90tvvAN0wCJ9z28=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nw5IzhiOjCBoenNX8d6+I26HwGelx+orU4eAorQ+ixmFgjm1QOUTstUUjyPRqaNG5 5H1TwGs7NTkM/+MHp5mQ3w1wTCHbWd488gjZsRqsNk+NIOAHhoaKW/Fc3DP0rfeCNy FReX1RvwByC/Sh3HbRV+Abd/GKhGRwpV7CrGodxoKOmt55U2rpp0u5S7U14cEzPNL7 RLkfelfPvPqM/P7HwvL35KKJatuBPM2dw4zqIOUlRE7LEH1ZY/owPEW638Cxto54ZV r46G5lG+4I95dt1GPeki+vKPxzH4BeZTjqkjPrEVPqsqPWE9SBK08dAN1/1aISRRZX pdRz+wXwvd2Xw== Date: Thu, 13 Jul 2023 14:39:19 +0100 From: Lee Jones To: Yangtao Li Cc: Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/7] mfd: atmel-hlcdc: Convert to devm_platform_ioremap_resource() Message-ID: <20230713133919.GW10768@google.com> References: <20230706113939.1178-1-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-1-frank.li@vivo.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 06 Jul 2023, Yangtao Li wrote: > Use devm_platform_ioremap_resource() to simplify code. > > Signed-off-by: Yangtao Li > --- > drivers/mfd/atmel-hlcdc.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Applied, thanks -- Lee Jones [李琼斯]