net: bridge: fix br_vlan_get_{pvid,info} return values
authorArnd Bergmann <arnd@arndb.de>
Fri, 6 Jul 2018 12:44:02 +0000 (14:44 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Jul 2018 11:04:35 +0000 (20:04 +0900)
commit000244d3dc1f8114e38fe9ee2d9a0986404d9cbe
treedd63537ddbfc95239f1a11e67dc0b76560764e40
parent843789f6dd6ae1651a77ac99c13bcaf191ebe05c
net: bridge: fix br_vlan_get_{pvid,info} return values

These two functions return the regular -EINVAL failure in the normal
code path, but return a nonstandard '-1' error otherwise, which gets
interpreted as -EPERM.

Let's change it to -EINVAL for the dummy functions as well.

Fixes: 4d4fd36126d6 ("net: bridge: Publish bridge accessor functions")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_bridge.h