Re: [PATCH 6/6] gpio: mvebu: let the compiler inline

2017-03-17 Thread Ralph Sennhauser
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

Re: [PATCH 6/6] gpio: mvebu: let the compiler inline

2017-03-17 Thread Ralph Sennhauser
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

Re: [PATCH 6/6] gpio: mvebu: let the compiler inline

2017-03-16 Thread Linus Walleij
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.

Re: [PATCH 6/6] gpio: mvebu: let the compiler inline

2017-03-16 Thread Linus Walleij
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

[PATCH 6/6] gpio: mvebu: let the compiler inline

2017-03-16 Thread Ralph Sennhauser
A modern compiler should know better when to inline, so drop the inline keywords. Signed-off-by: Ralph Sennhauser --- drivers/gpio/gpio-mvebu.c | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/drivers/gpio/gpio-mvebu.c

[PATCH 6/6] gpio: mvebu: let the compiler inline

2017-03-16 Thread Ralph Sennhauser
A modern compiler should know better when to inline, so drop the inline keywords. Signed-off-by: Ralph Sennhauser --- drivers/gpio/gpio-mvebu.c | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/drivers/gpio/gpio-mvebu.c b/drivers/gpio/gpio-mvebu.c index