]> 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)
commitfcb9a4a9f3761277f7e3710dcc967c7d21b014f0
tree1a20ed79515da4b5b6c6c13e753d9e27a844c2c3
parent4044ef548b377edc1ba1e3633e1bf0f8178e50e5
parentb1953423b51952015ad0848e85108272cc05ad20
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>