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 180CFC47088 for ; Fri, 2 Dec 2022 19:24:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234576AbiLBTYc (ORCPT ); Fri, 2 Dec 2022 14:24:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51400 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234047AbiLBTYa (ORCPT ); Fri, 2 Dec 2022 14:24:30 -0500 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 876162A730; Fri, 2 Dec 2022 11:24:28 -0800 (PST) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1p1Be5-0001sf-00; Fri, 02 Dec 2022 20:24:25 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 93CBEC1FB9; Fri, 2 Dec 2022 16:51:09 +0100 (CET) Date: Fri, 2 Dec 2022 16:51:09 +0100 From: Thomas Bogendoerfer To: zhang.songyi@zte.com.cn Cc: cgel.zte@gmail.com, chi.minghao@zte.com.cn, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH linux-next v2] mips/pci: use devm_platform_ioremap_resource() Message-ID: <20221202155109.GA13150@alpha.franken.de> References: <202212021028158035876@zte.com.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202212021028158035876@zte.com.cn> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 02, 2022 at 10:28:15AM +0800, zhang.songyi@zte.com.cn wrote: > From: zhang songyi > > Use the devm_platform_ioremap_resource() helper instead of > calling platform_get_resource() and devm_ioremap_resource() > separately > > Signed-off-by: zhang songyi > --- > arch/mips/pci/pci-rt3883.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]