Re: cx23885-input.c does in fact use a workqueue....

2011-02-14 Thread Andy Walls
On Mon, 2011-02-14 at 12:03 +0100, Tejun Heo wrote: Hello, On Sun, Feb 13, 2011 at 08:33:55PM -0800, Dmitry Torokhov wrote: The cx23885 driver does in fact schedule work for IR input handling: Here's where it is scheduled for CX23888 chips:

cx23885-input.c does in fact use a workqueue....

2011-02-13 Thread Andy Walls
Tejun, I just noticed this commit: commit 8c71778cbf2c8beaefaa2dee5478aa0622d96682 Author: Tejun Heo t...@kernel.org Date: Fri Dec 24 16:14:20 2010 +0100 media/video: don't use flush_scheduled_work() This patch converts the remaining users of flush_scheduled_work() in

Re: cx23885-input.c does in fact use a workqueue....

2011-02-13 Thread Dmitry Torokhov
On Sun, Feb 13, 2011 at 08:35:22PM -0500, Andy Walls wrote: Tejun, I just noticed this commit: commit 8c71778cbf2c8beaefaa2dee5478aa0622d96682 Author: Tejun Heo t...@kernel.org Date: Fri Dec 24 16:14:20 2010 +0100 media/video: don't use flush_scheduled_work() This