From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756092AbdKNX4T (ORCPT ); Tue, 14 Nov 2017 18:56:19 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:60178 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755339AbdKNX4D (ORCPT ); Tue, 14 Nov 2017 18:56:03 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org DE3C2600E2 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Tue, 14 Nov 2017 15:56:01 -0800 From: Stephen Boyd To: Arnd Bergmann Cc: Michael Turquette , Robert Jarzmik , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: pxa: fix building on older compilers Message-ID: <20171114235601.GH11955@codeaurora.org> References: <20170915195402.1469159-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170915195402.1469159-1-arnd@arndb.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/15, Arnd Bergmann wrote: > gcc-4.4 got confused by the inline assembler statement: > > drivers/clk/pxa/clk-pxa.c: In function 'pxa2xx_core_turbo_switch': > drivers/clk/pxa/clk-pxa.c:152: error: expected string literal before ')' token > > This removes the extraneous ':' to let all compilers parse the > driver correctly. > > Signed-off-by: Arnd Bergmann > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project