media: omap3isp: Ignore failure of stopping streaming on external subdev
authorSakari Ailus <sakari.ailus@linux.intel.com>
Thu, 17 Oct 2019 11:01:37 +0000 (13:01 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 3 Jan 2020 15:35:01 +0000 (16:35 +0100)
commit7e2f75fd32385eadcd8c5b991508a90a5658ab9c
tree92060c3d1f8720a9980eb46595c73628297e6763
parentc0e0d3138896f33c6d9322b07e105ea6e572ef3e
media: omap3isp: Ignore failure of stopping streaming on external subdev

The isp was marked to have failed to stop if stopping streaming on an
external subdev failed. The return value from the external subdev should
be ignored instead as it is not part of the ISP and thus the ISP does not
need to be reset for that reason.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/omap3isp/isp.c