Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754215AbdCPPq0 (ORCPT ); Thu, 16 Mar 2017 11:46:26 -0400 Received: from mail-it0-f44.google.com ([209.85.214.44]:35922 "EHLO mail-it0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752498AbdCPPqY (ORCPT ); Thu, 16 Mar 2017 11:46:24 -0400 MIME-Version: 1.0 In-Reply-To: <20170316063402.8667-7-ralph.sennhauser@gmail.com> References: <20170316063402.8667-1-ralph.sennhauser@gmail.com> <20170316063402.8667-7-ralph.sennhauser@gmail.com> From: Linus Walleij Date: Thu, 16 Mar 2017 16:44:58 +0100 Message-ID: Subject: Re: [PATCH 6/6] gpio: mvebu: let the compiler inline To: Ralph Sennhauser Cc: "linux-gpio@vger.kernel.org" , Alexandre Courbot , open list Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 316 Lines: 12 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