From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752463AbcDZRNP (ORCPT ); Tue, 26 Apr 2016 13:13:15 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:30703 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751851AbcDZRNM (ORCPT ); Tue, 26 Apr 2016 13:13:12 -0400 Subject: Re: [PATCH] ARM: debug: remove extraneous DEBUG_HI3716_UART option To: Arnd Bergmann , References: <1461590006-1395429-1-git-send-email-arnd@arndb.de> <571F2733.6070609@hisilicon.com> <5182022.a4Nr98h1hf@wuerfel> CC: Russell King , , Jiancheng Xue , Haojian Zhuang , Haifeng Yan , Olof Johansson From: Wei Xu Message-ID: <571FA112.2050701@hisilicon.com> Date: Tue, 26 Apr 2016 18:10:42 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <5182022.a4Nr98h1hf@wuerfel> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.181.153] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020206.571FA11B.01FA,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: ce97f906ff041e54a1e520a9e4c3853f Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd, On 26/04/2016 12:01, Arnd Bergmann wrote: > On Tuesday 26 April 2016 09:30:43 Wei Xu wrote: >> Hi Arnd, >> >> On 25/04/2016 14:13, Arnd Bergmann wrote: >>> DEBUG_HI3716_UART was supposed to be renamed to DEBUG_HIX5HD2_UART, but >>> accidentally both got left in place, which results in a build error when >>> CONFIG_DEBUG_UART_PHYS is not set as it should be. >>> >>> This removes the old symbol. >>> >>> Signed-off-by: Arnd Bergmann >>> Fixes: 12aae3097454 ("ARM: debug: Rename Hi3716 to HIX5HD2") >>> --- >>> arch/arm/Kconfig.debug | 8 -------- >>> 1 file changed, 8 deletions(-) >> >> Thanks! >> Fine to me. >> Should I pick up it and send a pull request or >> will you directly pick up it? > > I have put it into the next/cleanup branch now, and added your > > Acked-by: Wei Xu Thanks! Best Regards, Wei > > Thanks, > > Arnd > > . >