From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralph Sennhauser Subject: Re: [PATCH 6/6] gpio: mvebu: let the compiler inline Date: Fri, 17 Mar 2017 10:08:01 +0100 Message-ID: <20170317100801.7300da57@gmail.com> References: <20170316063402.8667-1-ralph.sennhauser@gmail.com> <20170316063402.8667-7-ralph.sennhauser@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:34338 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750967AbdCQJJE (ORCPT ); Fri, 17 Mar 2017 05:09:04 -0400 In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Linus Walleij Cc: "linux-gpio@vger.kernel.org" , Alexandre Courbot , open list On Thu, 16 Mar 2017 16:44:58 +0100 Linus Walleij wrote: > On Thu, Mar 16, 2017 at 7:34 AM, Ralph Sennhauser > wrote: > > > A modern compiler should know better when to inline, so drop the > > inline keywords. > > > > Signed-off-by: Ralph Sennhauser > > A bit hesitant about this but whatever, patch applied. > > Yours, > Linus Walleij Hi Linus, I thought this might be accepted or not so I just gave it a try. :) Looks like linux-next is on hiatus though ... Thanks Ralph