Re: [PATCH v2 25/26] ASoC: codecs: wm_adsp: Use guard() for mutex locks
Richard Fitzgerald <[email protected]>
| Newsgroups | org.kernel.vger.linux-sound,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 27/07/2026 10:40 am, [email protected] wrote: > From: bui duc phuc <[email protected]> > > Clean up the code using guard() for mutex locks. > Merely code refactoring, and no behavior change. > > Signed-off-by: bui duc phuc <[email protected]> > --- > > Changes in v2: > - Add the missing `guard(mutex)` that was inadvertently omitted. > > sound/soc/codecs/wm_adsp.c | 77 ++++++++++++-------------------------- > 1 file changed, 23 insertions(+), 54 deletions(-) Reviewed-by: Richard Fitzgerald <[email protected]>