Re: [PATCH v3 5/5] ASoC: Intel: atom: Use guard() for locking

From: Bui Duc Phuc

Date: Wed Jun 24 2026 - 04:08:37 EST


Thanks for the review.

> > Clean up the code using guard() for spin & mutex locks.
> > Merely code refactoring, and no behavior change.
>
> The change looks good - just dropping by to mention that the cleanup.h
> is missing everywhere : )

I noticed that both spinlock.h and mutex.h already pull in cleanup.h,
so the guard()/scoped_guard() macros are available without an explicit include.
Could you clarify the reasoning for adding #include <linux/cleanup.h>
explicitly here?