Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1440734 > unrolled thread

Re: [PATCH 2/2] bus: mvebu-mbus: make mvebu_mbus_syscore_ops static

Started byGregory CLEMENT <gregory.clement@free-electrons.com>
First post2016-07-11 18:10 +0200
Last post2016-07-11 18:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 2/2] bus: mvebu-mbus: make mvebu_mbus_syscore_ops static Gregory CLEMENT <gregory.clement@free-electrons.com> - 2016-07-11 18:10 +0200

#1440734 — Re: [PATCH 2/2] bus: mvebu-mbus: make mvebu_mbus_syscore_ops static

FromGregory CLEMENT <gregory.clement@free-electrons.com>
Date2016-07-11 18:10 +0200
SubjectRe: [PATCH 2/2] bus: mvebu-mbus: make mvebu_mbus_syscore_ops static
Message-ID<rTLWq-WD-17@gated-at.bofh.it>
Hi Ben,
 
 On mar., juin 21 2016, Arnd Bergmann <arnd@arndb.de> wrote:

> On Tuesday, June 21, 2016 4:16:19 PM CEST Ben Dooks wrote:
>> 
>> -struct syscore_ops mvebu_mbus_syscore_ops = {
>> +static struct syscore_ops mvebu_mbus_syscore_ops = {
>>         .suspend        = mvebu_mbus_suspend,
>>         .resume         = mvebu_mbus_resume,
>>  };
>> 
>
>
> Looks good, but I immediately thought it should be "const" as well.
> Unfortunately there is a list_head in them, so that isn't easy,
> but if anyone has an idea for how to make these all const, that
> would be nice.
>
> Anyway, that shouldn't stop your patch from getting merged, so
>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
>
> (also for patch 1/2).

So I applied both patch in mvebu/cleanup

Thanks,

Gregory

>
> 	Arnd

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web