On Wed, 2017-03-22 at 16:08 +0100, Stanislaw Gruszka wrote:
> Commit 2ae0f17df1cd ("genetlink: use idr to track families") replaced
> 
>       if (++n < fams_to_skip)
>               continue;
> into:
> 
>       if (n++ < fams_to_skip)
>               continue;

D'oh. I don't know how that ended up in there, tbh.

Acked-by: Johannes Berg <johan...@sipsolutions.net>

johannes

Reply via email to