commit | b14e7b66b08d604689e14dcd5b82855b46201699 | [log] [tgz] |
---|---|---|
author | Deepak R Varma <mh12gx2825@gmail.com> | Fri Oct 16 19:46:06 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Mon Nov 16 10:31:10 2020 +0100 |
tree | 1ca88e34fbb86d3b726b3f33edcf6dff5b5a3845 | |
parent | c7b2c0ccd064a9866b08935e48aa132fdcf2d48f [diff] |
media: staging: media: imx: remove unnecessary variable use Use of variable vc_num is unnecessary here as it is used only once. Instead, the value can directly be used in place of the variable. Signed-off-by: Deepak R Varma <mh12gx2825@gmail.com> Acked-by: Steve Longerbeam <slongerbeam@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>