Re: [PATCH] cxl/acpi: simplify returning pointer without cleanup

From: Dan Williams
Date: Wed Jul 03 2024 - 12:07:57 EST


Krzysztof Kozlowski wrote:
> Use 'return_ptr' helper for returning a pointer without cleanup for
> shorter code.

No, thank you. For CXL, I am not a fan of macros with hidden 'return'
statements.