Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752640AbdCNQOe (ORCPT ); Tue, 14 Mar 2017 12:14:34 -0400 Received: from foss.arm.com ([217.140.101.70]:36602 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750918AbdCNQOd (ORCPT ); Tue, 14 Mar 2017 12:14:33 -0400 From: Sudeep Holla Subject: Re: [PATCH v3] Revert "tty: serial: pl011: add ttyAMA for matching pl011 console" To: Aleksey Makarov , linux-serial@vger.kernel.org References: <20170301122602.30025-1-aleksey.makarov@linaro.org> <20170301152304.29635-1-aleksey.makarov@linaro.org> Cc: Sudeep Holla , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman , Peter Hurley , Russell King , Jiri Slaby , Robin Murphy Organization: ARM Message-ID: Date: Tue, 14 Mar 2017 16:14:04 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170301152304.29635-1-aleksey.makarov@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 593 Lines: 23 On 01/03/17 15:23, Aleksey Makarov wrote: > The original patch makes the condition always true, so it is wrong. > > It masks (but not fixes) the bug described in the commit message > but introduces a regression (no console is selected by SPCR) > in regular (no 'console=ttyAMA') case. > > s/||/&&/ would not fix the problem as the root cause was identified > incorrectly. > > This reverts commit aea9a80ba98a0c9b4de88850260e9fbdcc98360b. > Sorry for that, I will test your patches and respond to that. For this patch: Acked-by: Sudeep Holla -- Regards, Sudeep