Home
last modified time | relevance | path

Searched hist:"2 a50e8d7" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/platform/ti/cal/
H A Dcal-video.c2a50e8d7 Tue Apr 26 02:06:14 CDT 2022 Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> media: ti: cal: fix useless variable init

'ret' is initialized needlessly in cal_legacy_try_fmt_vid_cap(). We can
also move the variable to the for block, which is the only place where
it is used.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>