Re: [PATCH 1/3] ALSA: hda: aw88399: Use auto-cleanup for put_device()
Marco Giunta <[email protected]> Mon, 3 Aug 2026 23:26:14 +0200
| Newsgroups | gmane.linux.kernel,gmane.linux.sound |
|---|---|
| Message-ID | <IA1PR19MB77123CDE718748E9109665F3FCD52@IA1PR19MB7712.namprd19.prod.outlook.com> |
> A temporary refcount management of a struct device can be done > gracefully with __clean(put_device) for avoiding potential leaks. > > No functional change but just a code cleanup. Reviewed-by: Marco Giunta <[email protected]>