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 EE710EB64DD for ; Thu, 13 Jul 2023 13:39:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235071AbjGMNj7 (ORCPT ); Thu, 13 Jul 2023 09:39:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42226 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235089AbjGMNjw (ORCPT ); Thu, 13 Jul 2023 09:39:52 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B3522117; Thu, 13 Jul 2023 06:39:49 -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 912BA612ED; Thu, 13 Jul 2023 13:39:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0A64C433C8; Thu, 13 Jul 2023 13:39:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689255588; bh=rHUI77RfAfns1KoY+apbyFHUj+egO1BCDXALJZN2XBE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Rgp/qz6i6BZSIDfGGAn3fGUWEjtiAtxKoEkZAAb7ZVuVKMqO387uDLkSQvmlKj2gw eR4boYfxSldGxN7MWJrC6kIA5aDZKOIUzknZK4QnHYCeJQ0+2TXtquBXY2Q3YuDUDm HRTNrHM3kPC9pHO3lEWtDpJkeE51xvxz68buWWtzb9wfofQoDuAel4oq5N76Vdtqx/ j7/honkCGexBx+TzJ6dSz1hSDCXX580LrFj95CzuFszxEvv8n1qoiA7p1OZI8/e1ES /bJBKCOHNvXL9HfOfmNJ/roozBSq3+CSNJQr0Y86U9NquKxZEfgE6akcRnPLrrcCxJ uRNCHpgoNRPIw== Date: Thu, 13 Jul 2023 14:39:43 +0100 From: Lee Jones To: Yangtao Li Cc: Tony Lindgren , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/7] mfd: omap-usb-tll: Convert to devm_platform_ioremap_resource() Message-ID: <20230713133943.GX10768@google.com> References: <20230706113939.1178-1-frank.li@vivo.com> <20230706113939.1178-2-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-2-frank.li@vivo.com> Precedence: bulk List-ID: X-Mailing-List: linux-omap@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/omap-usb-tll.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Applied, thanks -- Lee Jones [李琼斯]