Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751808AbdISSqy (ORCPT ); Tue, 19 Sep 2017 14:46:54 -0400 Received: from smtp07.smtpout.orange.fr ([80.12.242.129]:42409 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751615AbdISSqv (ORCPT ); Tue, 19 Sep 2017 14:46:51 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Tue, 19 Sep 2017 20:46:48 +0200 X-ME-IP: 90.55.206.157 From: Robert Jarzmik To: Arnd Bergmann Cc: Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: pxa: fix building on older compilers References: <20170915195402.1469159-1-arnd@arndb.de> X-URL: http://belgarath.falguerolles.org/ Date: Tue, 19 Sep 2017 20:46:29 +0200 In-Reply-To: <20170915195402.1469159-1-arnd@arndb.de> (Arnd Bergmann's message of "Fri, 15 Sep 2017 21:53:47 +0200") Message-ID: <87y3pabk6y.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 455 Lines: 17 Arnd Bergmann writes: > 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 Acked-by: Robert Jarzmik Cheers. -- Robert