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


Groups > linux.kernel > #1619294 > unrolled thread

Re: [PATCH] rtc: cpcap: fix improper use of IRQ_NONE for request_threaded_irq

Started byAlexandre Belloni <alexandre.belloni@free-electrons.com>
First post2017-04-08 16:50 +0200
Last post2017-04-08 16:50 +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] rtc: cpcap: fix improper use of IRQ_NONE for  request_threaded_irq Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-04-08 16:50 +0200

#1619294 — Re: [PATCH] rtc: cpcap: fix improper use of IRQ_NONE for request_threaded_irq

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2017-04-08 16:50 +0200
SubjectRe: [PATCH] rtc: cpcap: fix improper use of IRQ_NONE for request_threaded_irq
Message-ID<ttZQB-6vd-1@gated-at.bofh.it>
On 26/03/2017 at 20:34:23 -0700, Tony Lindgren wrote:
> There's a funny typo where IRQ_NONE is used instead of IRQF_TRIGGER_NONE
> for request_threaded_irq(). Let's fix it before it gets copied elsewhere.
> 
> Fixes: dd3bf50b35e3 ("rtc: cpcap: new rtc driver")
> Cc: Sebastian Reichel <sre@kernel.org>
> Signed-off-by: Tony Lindgren <tony@atomide.com>
> ---
>  drivers/rtc/rtc-cpcap.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/rtc/rtc-cpcap.c b/drivers/rtc/rtc-cpcap.c
Applied, thanks.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web