Re: [PATCH net] net: dsa: Fix dsa_is_user_port() test inversion

2018-03-12 Thread David Miller
From: Florian Fainelli Date: Mon, 12 Mar 2018 16:00:40 -0700 > During the conversion to dsa_is_user_port(), a condition ended up being > reversed, which would prevent the creation of any user port when using > the legacy binding and/or platform data, fix that. > > Fixes: 4a5b85ffe2a0 ("net: dsa:

[PATCH net] net: dsa: Fix dsa_is_user_port() test inversion

2018-03-12 Thread Florian Fainelli
During the conversion to dsa_is_user_port(), a condition ended up being reversed, which would prevent the creation of any user port when using the legacy binding and/or platform data, fix that. Fixes: 4a5b85ffe2a0 ("net: dsa: use dsa_is_user_port everywhere") Signed-off-by: Florian Fainelli ---