Re: [PATCH v3 2/2] media: atomisp: remove redundant call to ia_css_output0_configure()

From: Greg Kroah-Hartman

Date: Fri Apr 03 2026 - 02:42:57 EST


On Thu, Apr 02, 2026 at 08:33:45PM +0200, Jose A. Perez de Azpillaga wrote:
> The function configure_isp_from_args() contained a duplicate call to
> ia_css_output0_configure() using the same output frame index. Remove the
> redundant call to simplify the configuration path.

Are you sure the hardware doesn't actually need this called twice? Lots
of devices need to be told multiple times what to do in order for it to
"stick", hardware is "fun" that way :(

Have you tested this?

thanks,

greg k-h