net: switchdev: ignore unsupported bridge flags
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Tue, 23 Jun 2015 14:26:04 +0000 (10:26 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jun 2015 08:06:34 +0000 (01:06 -0700)
commit5c8079d049c8452aeacec96a260200d468afc87d
treea344857117540e5df17bb85316f59e38013637c7
parentbd049a90e538d76d89db1b5a7a1e7c0cb1a87ccd
net: switchdev: ignore unsupported bridge flags

switchdev_port_bridge_getlink() queries SWITCHDEV_ATTR_PORT_BRIDGE_FLAGS
attributes, but a driver doesn't need to implement this in order to get
bridge link information.

So error out only on errors different than -EOPNOTSUPP.

(This is a follow-up patch for 7d4f8d8.)

Fixes: 8793d0a664a8 ("switchdev: add new switchdev_port_bridge_getlink")
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Acked-by: Jiri Pirko <jiri@resnulli.us>
Acked-by: Scott Feldman <sfeldma@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/switchdev/switchdev.c
This page took 0.025 seconds and 5 git commands to generate.