Re: [PATCH v7 2/3] firmware: add Exynos ACPM protocol driver
From: Tudor Ambarus <tudor.ambarus@linaro.org>
Date: 2025-02-11 08:40:10
Also in:
linux-arm-kernel, linux-samsung-soc, lkml
From: Tudor Ambarus <tudor.ambarus@linaro.org>
Date: 2025-02-11 08:40:10
Also in:
linux-arm-kernel, linux-samsung-soc, lkml
On 2/10/25 9:23 AM, Krzysztof Kozlowski wrote:
quoted
I'll replace the open-coded mutex handling with cleanup.h guard(mutex) and scoped_guard(mutex, ...), thanks.FYI, Markus is PLONKed so I won't ever see what he writes.
Thanks for the heads up. I don't mind using the scope-based cleanup mutex helpers, it results is smaller code. And since I already have to send a v8 because of the kdoc warn, I'll include these as well. I let 0day bot run on my v8, I haven't seen any complains, will publish it shortly. Cheers, ta