]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bridge_vlan_fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Nov 2015 20:40:11 +0000 (15:40 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Nov 2015 20:40:11 +0000 (15:40 -0500)
commit52a7a37412c6b23fc092a5464aa2a59d3ae209ac
tree1a20ed79515da4b5b6c6c13e753d9e27a844c2c3
parent66c4032266838ff57388988db1de817d55d429d6
parent8f74abebd6e378ced1dc809e3a9f4d36622edb6f
Merge branch 'bridge_vlan_fixes'

Nikolay Aleksandrov says:

====================
bridge: vlan: failure path and comment fixes

This is a set from Ido which takes care of one failure path error in
nbp_vlan_init (patch 1) and a few comment errors (patch 2).
I must admit I didn't expect the port init continues after a vlan init
failure but should've checked to make sure. Thanks to Ido for catching
these!
====================

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