media: vim2m: use per-file handler work queue
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 29 Jan 2019 16:00:16 +0000 (14:00 -0200)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 31 Jan 2019 19:14:55 +0000 (17:14 -0200)
commitb3e64e5b077841f99a0ab27e99a1c4f942e1dd87
treee22f1b568c93f4e07385d85ede0f6be7ee85b5ef
parent8aa153f103f10807941bd95dda95071380609e05
media: vim2m: use per-file handler work queue

It doesn't make sense to have a per-device work queue, as the
scheduler should be called per file handler. Having a single
one causes failures if multiple streams are filtered by vim2m.

So, move it to be inside the context structure.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/vim2m.c