commit | 0a33ab1682b44ac0b4128ada7ace9f7a0ef6b59c | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Tue Sep 22 10:28:12 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Thu Nov 26 07:45:20 2020 +0100 |
tree | 7bd6659a6130230afb6a6b24a5334af5819385f2 | |
parent | 0d271a79c702d4b986809cb3acfbe8911bba892e [diff] |
media: vidtv: avoid data copy when initializing the multiplexer Initialize the fields of the arguments directly when declaring it, and pass the args as a pointer, instead of copying them. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>