diff options
author | Yuan Can <yuancan@huawei.com> | 2022-11-24 10:09:17 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-11-28 14:07:13 +0300 |
commit | b8f79dccd38edf7db4911c353d9cd792ab13a327 (patch) | |
tree | 1689e2fa6b57ff4daaa7e710658ad0b08bd65faa /net/9p | |
parent | 46fb6512538d201d9a5b2bd7138b6751c37fdf0b (diff) | |
download | linux-b8f79dccd38edf7db4911c353d9cd792ab13a327.tar.xz |
net: net_netdev: Fix error handling in ntb_netdev_init_module()
The ntb_netdev_init_module() returns the ntb_transport_register_client()
directly without checking its return value, if
ntb_transport_register_client() failed, the NTB client device is not
unregistered.
Fix by unregister NTB client device when ntb_transport_register_client()
failed.
Fixes: 548c237c0a99 ("net: Add support for NTB virtual ethernet device")
Signed-off-by: Yuan Can <yuancan@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/9p')
0 files changed, 0 insertions, 0 deletions