Hi Juergen,

On 28/10/2022 12:41, Juergen Gross wrote:
Today all users of notifier_from_errno() and notifier_to_errno() are
Handling the success case the same way, by using

   !rc ? NOTIFY_DONE : notifier_from_errno(rc)

or

   (notifier_rc == NOTIFY_DONE) ? 0 : notifier_to_errno(notifier_rc);

Simplify the use cases by moving the handling of the success case into
the functions.

Signed-off-by: Juergen Gross <jgr...@suse.com>

Acked-by: Julien Grall <jgr...@amazon.com>

Cheers,

--
Julien Grall

Reply via email to