]> git.karo-electronics.de Git - linux-beck.git/commit
[media] Fixed misleading error when handling IR interrupts
authorLuis Alves <ljalvs@gmail.com>
Thu, 11 Jul 2013 15:02:44 +0000 (12:02 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sat, 24 Aug 2013 08:05:26 +0000 (05:05 -0300)
commitc21412f5d3717abcc0b1e7ad31f3740415114144
tree2989b6a178ff0d42fc914a7f2068a2922017db74
parenta3fbba0e39de102bcc65bcc66abeb73d3cf7f633
[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 <ljalvs@gmail.com>
Acked-by: Andy Walls <awalls@md.metrocast.net>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/pci/cx23885/cx23885-core.c