From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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> 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> MIME-Version: 1.0 Content-Type: text/plain List-ID: 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