media: ti-vpe: cal: fix subdev mbus_code enumeration
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Thu, 4 Mar 2021 13:45:20 +0000 (14:45 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Mar 2021 09:17:56 +0000 (10:17 +0100)
commitb83209176d6892ea2e086d0f1d45fdd1cf5f8569
treeb37ad5c16bd787dc65b5c7bbd02dc0b420bd004e
parentf9426edd5668ddc9bcc199721bf693efdfa92f0e
media: ti-vpe: cal: fix subdev mbus_code enumeration

The cal_ctx_v4l2_init_formats() function does not handle error values
correctly when calling enum_mbus_code in subdevs, causing an infinite
loop if the subdev's enum_mbus_code returns some other error than EINVAL.

Fix the error handling.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/ti-vpe/cal-video.c