Re: [char-misc-next 4/4] mei: bus: enable non-blocking RX

From: Greg Kroah-Hartman
Date: Thu Nov 17 2016 - 12:03:45 EST


On Thu, Nov 17, 2016 at 04:22:24PM +0000, Winkler, Tomas wrote:
> > Just make a new function mei_cldev_recv_async() and then call a local, static
> > function, that does the work with the correct flag set. That way the developer
> > always knows exactly what is going on.
>
> We can do a wrapper, but _async() is not proper here maybe _nonblock(),

Yes, I just guessed at the name :)