On Thu, Jan 20, 2022 at 03:02:14PM +0100, Jan Beulich wrote: > When the driver was first ported, we didn't have "bool" yet, so > conversion to bool_t / 0 / 1 was necessary. Undo that conversion, easing > ports of newer changes as well as tidying things up. > > Requested-by: Roger Pau Monné <roger....@citrix.com> > Signed-off-by: Jan Beulich <jbeul...@suse.com>
Acked-by: Roger Pau Monné <roger....@citrix.com> Thanks, Roger.