diff options
author | Bhaktipriya Shridhar <bhaktipriya96@gmail.com> | 2016-07-16 11:30:25 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-24 19:37:18 +0300 |
commit | ed90013e40af2bb703ecaed39dc2422c70006a34 (patch) | |
tree | c1fd2a77836fc44a7e9a4dbbd98505be449a1335 /drivers/media/platform/exynos4-is/fimc-is-i2c.c | |
parent | 605b89206140172080d3c467380821ba6ef9ce1f (diff) | |
download | linux-ed90013e40af2bb703ecaed39dc2422c70006a34.tar.xz |
[media] s5p-mfc: Remove deprecated create_singlethread_workqueue
alloc_workqueue replaces deprecated create_singlethread_workqueue().
The MFC device driver is a v4l2 driver which can encode/decode video
raw/elementary streams and has support for all popular video codecs.
The driver's watchdog_workqueue has been replaced with system_wq since
it queues a single work item, &dev->watchdog_work, which calls for no
ordering requirement. The work item is involved in running the watchdog
timer and is not being used on a memory reclaim path.
Work item has been flushed in s5p_mfc_remove() to ensure
that there are no pending tasks while disconnecting the driver.
Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/exynos4-is/fimc-is-i2c.c')
0 files changed, 0 insertions, 0 deletions