]> www.infradead.org Git - users/dwmw2/linux.git/commit
media: vivid: move the create queues to a separate function
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 1 Sep 2020 13:31:01 +0000 (15:31 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 7 Sep 2020 14:01:40 +0000 (16:01 +0200)
commitfaf21f2867a51866599fa75a9be66dd12bc8db13
treeee7310dc327006df1c721f5619981de87be76f63
parentd92c8e31451cb025c2ec53f7a5e11298fba6c481
media: vivid: move the create queues to a separate function

Instead of placing everything inside vivid_create_instance(),
we can move the part which creates per-type video queues
into a separate function.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/test-drivers/vivid/vivid-core.c