Re: [PATCH v3 15/24] ASoC: codecs: cs42l43: Use guard() and PM runtime scope helpers
Charles Keepax <[email protected]> Tue, 7 Jul 2026 09:38:41 +0100
| Newsgroups | dev.linux.lists.chrome-platform,dev.linux.lists.asahi,org.kernel.vger.linux-kernel,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 07, 2026 at 12:09:57PM +0700, [email protected] wrote: > From: bui duc phuc <[email protected]> > > Convert mutex locking to guard(mutex) and replace explicit runtime > PM handling with runtime PM scope helpers. > This simplifies the control flow by removing explicit cleanup paths > and unnecessary 'goto' labels. > > Signed-off-by: bui duc phuc <[email protected]> > --- Reviewed-by: Charles Keepax <[email protected]> Thanks, Charles