From: Luis Alves Date: Thu, 11 Jul 2013 15:02:44 +0000 (-0300) Subject: [media] Fixed misleading error when handling IR interrupts X-Git-Tag: v3.12-rc1~135^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c21412f5d3717abcc0b1e7ad31f3740415114144;p=pandora-kernel.git [media] Fixed misleading error when handling IR interrupts 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 Acked-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed