[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] xen/notifier: simplify using notifier_[to|from]_errno()



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 <jgross@xxxxxxxx>

Acked-by: Julien Grall <jgrall@xxxxxxxxxx>

Cheers,

--
Julien Grall



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.