Re: linux-next: build failure after merge of the tip tree

From: David Howells
Date: Tue Apr 03 2018 - 08:41:28 EST


Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:

> + wait_var_event(&rxnet->nr_calls, !atomic_read(&rxnet->nr_calls));

I would prefer == 0 to ! as it's not really a true/false value.

But apart from that, it's looks okay and you can add my Reviewed-by.

David