bridge: Consolidate error paths in br_add_bridge().
authorPavel Emelyanov <xemul@openvz.org>
Mon, 5 May 2008 00:58:07 +0000 (17:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 May 2008 00:58:07 +0000 (17:58 -0700)
This actually had to be merged with the patch #1, but I decided not to
mix two changes in one patch.

There are already two calls to free_netdev() in there, so merge them
into one.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found