Re: [RFC PATCH v2 5/7] i2c: busses: omap: Add the master_xfer_irqless hook

From: Wolfram Sang
Date: Wed Mar 27 2019 - 09:50:50 EST



> > > + if (!ret)
> > > + timeout = 1;
> > > + else
> > > + timeout = 0;
> >
> >
> > nit: the following might be cleaner
> >
> > ret = !!timeout;
> >
>
> Other way around, perhaps,
>
> timeout = !ret;

I saw that but didn't want to modify this patch. But yes, this is easy
enough and looks a lot better.

Attachment: signature.asc
Description: PGP signature