[media] coda: reuse src_bufs in coda_job_ready
authorPhilipp Zabel <p.zabel@pengutronix.de>
Thu, 9 Jul 2015 10:10:20 +0000 (07:10 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 17 Jul 2015 14:17:58 +0000 (11:17 -0300)
commit2cf251c0c3961bd467e086033c6073ef62b29b02
tree5fb4df0cbdcc5d2a6d10201c65da2855b74796e0
parentf0710815a0e17c63d3f17d365ae556ab15eccb03
[media] coda: reuse src_bufs in coda_job_ready

The v4l2_m2m_num_src_bufs_ready() function is called in multiple places
in coda_cob_ready, and there already is a variable src_bufs that is
assigned to its result. Move it to the beginning and use it everywhere.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/coda/coda-common.c
This page took 0.024447 seconds and 5 git commands to generate.