Re: [PATCH 2/3] PM: runtime: Make pm_runtime_barrier() return void
From: Guenter Roeck
Date: Tue Dec 02 2025 - 22:34:36 EST
On Tue, Dec 02, 2025 at 11:30:25AM -0800, Brian Norris wrote:
> No callers check the return code, and that's a good thing. Doing so
> would be racy and unhelpful.
>
> Drop the return code entirely, so we don't make anyone think about its
> complexities.
>
> Signed-off-by: Brian Norris <briannorris@xxxxxxxxxxxx>
Tested-by: Guenter Roeck <linux@xxxxxxxxxxxx>