Merge branch 'SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS-get-remove'
authorDavid S. Miller <davem@davemloft.net>
Tue, 12 Feb 2019 17:49:53 +0000 (12:49 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Feb 2019 17:49:53 +0000 (12:49 -0500)
commit317d8e2f38a4ca1f6dd71176303a810da797a5fa
treef24cbf734c7deb40f68ea3ef90cb8ff2b1348c63
parent9f771f1f52f26acd61479eb1919801cbbfab3a57
parent1b8b589d91038e9641f1a3b80bbe145bf7d0706b
Merge branch 'SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS-get-remove'

Florian Fainelli says:

====================
Remove getting SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS

AFAICT there is no code that attempts to get the value of the attribute
SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS while it is used with
switchdev_port_attr_set().

This is effectively no doing anything and it can slow down future work
that tries to make modifications in these areas so remove that.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>