Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751072AbdCQJJG (ORCPT ); Fri, 17 Mar 2017 05:09:06 -0400 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 Date: Fri, 17 Mar 2017 10:08:01 +0100 From: Ralph Sennhauser To: Linus Walleij Cc: "linux-gpio@vger.kernel.org" , Alexandre Courbot , open list Subject: Re: [PATCH 6/6] gpio: mvebu: let the compiler inline Message-ID: <20170317100801.7300da57@gmail.com> In-Reply-To: References: <20170316063402.8667-1-ralph.sennhauser@gmail.com> <20170316063402.8667-7-ralph.sennhauser@gmail.com> Organization: none X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 567 Lines: 24 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