Re: [PATCH v3 1/1] ALSA: control: Use list_for_each_entry_safe()

From: Takashi Iwai
Date: Wed Apr 24 2024 - 11:09:14 EST


On Wed, 24 Apr 2024 16:49:41 +0200,
Andy Shevchenko wrote:
>
> Instead of reiterating the list, use list_for_each_entry_safe()
> that allows to continue without starting over.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> Reviewed-by: Jaroslav Kysela <perex@xxxxxxxx>
> ---
> v3: Update snd_ctl_led_reset() in the same way (Takashi)
> v2: added tag (Jaroslav)

Thanks, applied now.


Takashi