commit | 63135ee0a6e5f5a5ad1345e48099e62d3d617a81 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Wed Jul 25 18:00:49 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 26 14:05:11 2018 -0700 |
tree | b98bb664f42379e567073e0fa530cbd4b1638c0f | |
parent | 201876b33c09edcb6c2914f0ced798437a102648 [diff] |
tipc: add missing dev_put() on error in tipc_enable_l2_media when tipc_own_id failed to obtain node identity,dev_put should be call before return -EINVAL. Fixes: 682cd3cf946b ("tipc: confgiure and apply UDP bearer MTU on running links") Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>