Re: cxl: Don't ignore add_process_element result when attaching context
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2015-08-10 09:27:01
On Wed, 2015-29-07 at 04:07:22 UTC, Daniel Axtens wrote:
Previously, when attaching a context in dedicated mode, we ignored
the result of add_process_element, which could potentially fail.
If add_process_element returns and error, pass it back to the caller.
Signed-off-by: Daniel Axtens <redacted>