Re: Fw: [PATCH] Fixed misleading error when handling IR interrupts.

2013-08-21 Thread Andy Walls
Date: Thu, 11 Jul 2013 17:02:44 +0100 From: Luis Alves lja...@gmail.com To: linux-media@vger.kernel.org Cc: mche...@infradead.org, cr...@iki.fi, Luis Alves lja...@gmail.com Subject: [PATCH] Fixed misleading error when handling IR interrupts. Hi, Handling the AV Core/IR interrupts schedules its

[PATCH] Fixed misleading error when handling IR interrupts.

2013-07-11 Thread Luis Alves
Hi, Handling the AV Core/IR interrupts schedules its workqueue but the schedule_work function returns false if @work was already on the kernel-global workqueue and true otherwise. Printing an error message if @work wasn't in the queue is wrong. Regards, Luis Signed-off-by: Luis Alves