public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mux: include compiler.h from mux/consumer.h
@ 2017-07-31 10:04 Peter Rosin
  2017-07-31 16:00 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Rosin @ 2017-07-31 10:04 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Ulrich Hecht, linux-kernel, Peter Rosin

From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

Required for __must_check.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Signed-off-by: Peter Rosin <peda@axentia.se>
---
 include/linux/mux/consumer.h | 2 ++
 1 file changed, 2 insertions(+)

Hi Greg,

Please pick this up for 4.14.

Cheers,
Peter

diff --git a/include/linux/mux/consumer.h b/include/linux/mux/consumer.h
index 5577e1b773c4..ea96d4c82be7 100644
--- a/include/linux/mux/consumer.h
+++ b/include/linux/mux/consumer.h
@@ -13,6 +13,8 @@
 #ifndef _LINUX_MUX_CONSUMER_H
 #define _LINUX_MUX_CONSUMER_H
 
+#include <linux/compiler.h>
+
 struct device;
 struct mux_control;
 
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] mux: include compiler.h from mux/consumer.h
  2017-07-31 10:04 [PATCH] mux: include compiler.h from mux/consumer.h Peter Rosin
@ 2017-07-31 16:00 ` Greg Kroah-Hartman
  2017-07-31 16:28   ` Peter Rosin
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2017-07-31 16:00 UTC (permalink / raw)
  To: Peter Rosin; +Cc: Ulrich Hecht, linux-kernel

On Mon, Jul 31, 2017 at 12:04:35PM +0200, Peter Rosin wrote:
> From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> 
> Required for __must_check.
> 
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> Signed-off-by: Peter Rosin <peda@axentia.se>
> ---
>  include/linux/mux/consumer.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> Hi Greg,
> 
> Please pick this up for 4.14.

What commit is this patch fixing?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mux: include compiler.h from mux/consumer.h
  2017-07-31 16:00 ` Greg Kroah-Hartman
@ 2017-07-31 16:28   ` Peter Rosin
  2017-08-02  8:07     ` Ulrich Hecht
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Rosin @ 2017-07-31 16:28 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Ulrich Hecht, linux-kernel

On 2017-07-31 18:00, Greg Kroah-Hartman wrote:
> On Mon, Jul 31, 2017 at 12:04:35PM +0200, Peter Rosin wrote:
>> From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
>>
>> Required for __must_check.
>>
>> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
>> Signed-off-by: Peter Rosin <peda@axentia.se>
>> ---
>>  include/linux/mux/consumer.h | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> Hi Greg,
>>
>> Please pick this up for 4.14.
> 
> What commit is this patch fixing?

I don't think it's needed for any existing user, I at least do not have any
report about that. So, I don't think it's needed for stable.

Ulrich, the way I understood this, it was needed for your serdev series [1],
and not for any existing usage. Right?

If I misunderstood, it would be

Fixes: a3b02a9c6591 ("mux: minimal mux subsystem")

Cheers,
Peter

[1] https://www.spinics.net/lists/linux-i2c/msg30475.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mux: include compiler.h from mux/consumer.h
  2017-07-31 16:28   ` Peter Rosin
@ 2017-08-02  8:07     ` Ulrich Hecht
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Hecht @ 2017-08-02  8:07 UTC (permalink / raw)
  To: Peter Rosin; +Cc: Greg Kroah-Hartman, linux-kernel@vger.kernel.org

On Mon, Jul 31, 2017 at 6:28 PM, Peter Rosin <peda@axentia.se> wrote:
> On 2017-07-31 18:00, Greg Kroah-Hartman wrote:
>> On Mon, Jul 31, 2017 at 12:04:35PM +0200, Peter Rosin wrote:
>>> From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
>>>
>>> Required for __must_check.
>>>
>>> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
>>> Signed-off-by: Peter Rosin <peda@axentia.se>
>>> ---
>>>  include/linux/mux/consumer.h | 2 ++
>>>  1 file changed, 2 insertions(+)
>>>
>>> Hi Greg,
>>>
>>> Please pick this up for 4.14.
>>
>> What commit is this patch fixing?
>
> I don't think it's needed for any existing user, I at least do not have any
> report about that. So, I don't think it's needed for stable.
>
> Ulrich, the way I understood this, it was needed for your serdev series [1],
> and not for any existing usage. Right?

That is correct.

CU
Uli

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-02  8:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-31 10:04 [PATCH] mux: include compiler.h from mux/consumer.h Peter Rosin
2017-07-31 16:00 ` Greg Kroah-Hartman
2017-07-31 16:28   ` Peter Rosin
2017-08-02  8:07     ` Ulrich Hecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox