>Date: Thu, 11 Jul 2013 17:02:44 +0100
>From: Luis Alves
>To: linux-media@vger.kernel.org
>Cc: mche...@infradead.org, cr...@iki.fi, Luis Alves
>Subject: [PATCH] Fixed misleading error when handling IR interrupts.
>
>
>Hi,
>Handling the AV Core/IR interrupts sched
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
---
driv