Re: [PATCH v2 0/3] staging: media: atomisp: clean up ia_css_stream_destroy

From: Dan Carpenter

Date: Fri Mar 27 2026 - 03:48:40 EST


On Thu, Mar 26, 2026 at 10:34:06PM +0100, Jose A. Perez de Azpillaga wrote:
> This series fixes a loop shadowing bug and refactors the ISP2401 cleanup
> logic inside ia_css_stream_destroy().
>
> Changes in v2:
> - Split the original patch into a 3-patch series as requested by
> Dan Carpenter.
> - Added a Fixes tag for the loop shadowing bug.
> - Separated the extraction from the logical improvements.
> - Added clarification that assert() is a wrapper around BUG().

Thanks!

Reviewed-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>

regards,
dan carpenter