Re: [PATCH] gpio: adnp: fix flow control regression caused by scoped_guard()

From: Bartosz Golaszewski

Date: Tue May 26 2026 - 04:35:48 EST



On Fri, 22 May 2026 09:35:27 +0200, Bartosz Golaszewski wrote:
> scoped_guard() is implemented as a for loop. Using it to protect code
> using the continue statement changes the flow as we now only break out
> of the hidden loop inside scoped_guard(), not the original for loop. Use
> a regular code block instead.
>
>

Applied, thanks!

[1/1] gpio: adnp: fix flow control regression caused by scoped_guard()
https://git.kernel.org/brgl/c/7df1b49aadadb0be1baec2a101b3ab3986e40e7f

Best regards,
--
Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>