Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752154AbdHPM4R (ORCPT ); Wed, 16 Aug 2017 08:56:17 -0400 Received: from mail.cn.fujitsu.com ([183.91.158.132]:8627 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751695AbdHPM4Q (ORCPT ); Wed, 16 Aug 2017 08:56:16 -0400 X-IronPort-AV: E=Sophos;i="5.41,382,1498492800"; d="scan'208";a="23744506" Subject: Re: [PATCH 06/11] s390/topology: Remove the unused parent_node() macro To: Heiko Carstens References: <1501076076-1974-1-git-send-email-douly.fnst@cn.fujitsu.com> <1501076076-1974-7-git-send-email-douly.fnst@cn.fujitsu.com> <20170727081929.GB3744@osiris> CC: , , Martin Schwidefsky , Michael Holzheu , From: Dou Liyang Message-ID: Date: Wed, 16 Aug 2017 20:56:10 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20170727081929.GB3744@osiris> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.167.226.106] X-yoursite-MailScanner-ID: C3920472438F.A7D90 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: douly.fnst@cn.fujitsu.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 910 Lines: 32 Hi Heiko, At 07/27/2017 04:19 PM, Heiko Carstens wrote: > On Wed, Jul 26, 2017 at 09:34:31PM +0800, Dou Liyang wrote: >> Commit a7be6e5a7f8d ("mm: drop useless local parameters of >> __register_one_node()") removes the last user of parent_node(). >> >> The parent_node() macro in S390 platform is unnecessary. >> >> Remove it for cleanup. >> >> Reported-by: Michael Ellerman >> Signed-off-by: Dou Liyang >> Cc: Martin Schwidefsky >> Cc: Heiko Carstens >> Cc: Michael Holzheu >> Cc: linux-s390@vger.kernel.org >> --- > > Are arch maintainers supposed to pick these patches up? > Yes, As Michael said, It seems these patches are merging individually. can you merge this patch in s390 tree? > In any case: Acked-by: Heiko Carstens > > Thanks, dou.