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 28374EB64DD for ; Thu, 13 Jul 2023 13:40:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234700AbjGMNkM (ORCPT ); Thu, 13 Jul 2023 09:40:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234349AbjGMNkL (ORCPT ); Thu, 13 Jul 2023 09:40:11 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3A7491FD6 for ; Thu, 13 Jul 2023 06:40:10 -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 C0B756136A for ; Thu, 13 Jul 2023 13:40:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 790C9C433C8; Thu, 13 Jul 2023 13:40:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689255609; bh=JS8I8JX+S7zjceO11BgyMYJsPqm5Pj3x/9FPBIQj4tA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZCSfoi4wetA4OYtjVWvJNrUQ0e/NNx2jh0h2I8P/IK2xTK91sS+xcqesNQxAx2/84 qKJs8Vseb/i4I0DN+T2269BD7mN1TM59iPl0rgBhPOENHWMnrvekCYYWEqzdRUrWU1 G4/qq0wLDM4ESXa/6a0LEOZU14UehFeZRgtJ5KHjLJYkK5XKgn2r0Zisqbaob+fAfe klGKm/ejohh5Nf7JEuOvot0pIHSyW1Z1W/AaUzgIaXK3W8rl6z5xfjI6u2WNtTV2IP 3VlLJay6WOiyr4PF718RHCEtHllTChaMo7qvqoJl0ydvyj2kEhPO6P31N10pWwn5U9 db9ngeRWkoT0A== Date: Thu, 13 Jul 2023 14:40:05 +0100 From: Lee Jones To: Yangtao Li Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/7] mfd: ti_am335x_tscadc: Use devm_platform_get_and_ioremap_resource() Message-ID: <20230713134005.GY10768@google.com> References: <20230706113939.1178-1-frank.li@vivo.com> <20230706113939.1178-3-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-3-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/ti_am335x_tscadc.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied, thanks -- Lee Jones [李琼斯]