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 X-Spam-Level: X-Spam-Status: No, score=-16.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D8AB4C432BE for ; Mon, 9 Aug 2021 15:34:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BB8D460EFF for ; Mon, 9 Aug 2021 15:34:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235827AbhHIPeh (ORCPT ); Mon, 9 Aug 2021 11:34:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:44778 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234275AbhHIPdo (ORCPT ); Mon, 9 Aug 2021 11:33:44 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 056E66101D; Mon, 9 Aug 2021 15:33:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628523202; bh=IVjv+5e9aS/a2m09jyExJuZAFAxYork84u93qgltgm8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FdIEBvepESn9gpWbBU7M/c2GMH0jWi0piUlsYIxT6aoAeOkSLgJbCM/sk3L9qobwt 9Faj4ooRcRu5W2JttMR8pgYGsZ08T7NKhjaxDf/Fv0RUg1GxEMVVRgMtUUIgT7yjqD /7p0EAcP3vPMM8zR+odlrTTR60/WeneUT2D6ky5I= Date: Mon, 9 Aug 2021 17:33:20 +0200 From: Greg Kroah-Hartman To: Dongliang Mu Cc: Samuel Iglesias Gonsalvez , Jens Taprogge , Randy Dunlap , Lv Yunlong , Aditya Srivastava , industrypack-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/4] ipack: tpci200: change pci_iounmap to iounmap Message-ID: References: <20210809143049.3531188-1-mudongliangabcd@gmail.com> <20210809143049.3531188-3-mudongliangabcd@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210809143049.3531188-3-mudongliangabcd@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 09, 2021 at 10:30:28PM +0800, Dongliang Mu wrote: > The deallocation api for ioremap should be iounmap, other than > pci_iounmap. > > Signed-off-by: Dongliang Mu > --- > drivers/ipack/carriers/tpci200.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) This should just go for 5.15-rc1, right? It should be a separate series independant of the first 2?