Re: [PATCH 2/2] staging: nokia_h4p: nokia_core.c - removed IRQF_DISABLED macro

2014-07-09 Thread Pavel Machek
On Wed 2014-07-09 11:36:38, Anil Belur wrote:
 From: Anil Belur ask...@gmail.com
 
 - this patch removes the IRQF_DISABLED macro, as this is
   deprecated/noop.
 
 Signed-off-by: Anil Belur ask...@gmail.com

Acked-by: Pavel Machek pa...@ucw.cz

I wonder if it would maek sense to do

./include/linux/interrupt.h:#define IRQF_DISABLED   0

to make it extra clear that it is nop now?
Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 2/2] staging: nokia_h4p: nokia_core.c - removed IRQF_DISABLED macro

2014-07-09 Thread Anil Shashikumar Belur

On Wednesday 09 July 2014 05:16 PM, Pavel Machek wrote:
 I wonder if it would maek sense to do
 ./include/linux/interrupt.h:#define IRQF_DISABLED 0 to make it extra
 clear that it is nop now? Pavel 
yes - it makes sense. there are still a few references to the macro in
the code.

Cheers,
Anil
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html