bridge: fix error handling in br_add_if()
authorVolodymyr G Lukiianyk <volodymyrgl@gmail.com>
Tue, 29 Apr 2008 10:17:42 +0000 (03:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Apr 2008 10:17:42 +0000 (03:17 -0700)
When device is added to bridge its refcnt is incremented (in new_nbp()), but if
error occurs during further br_add_if() operations this counter is not
decremented back. Fix it by adding dev_put() call in the error path.

Signed-off-by: Volodymyr G Lukiianyk <volodymyrgl@gmail.com>
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found