]> git.baikalelectronics.ru Git - kernel.git/commit
ieee802154: fix error return code in ieee802154_add_iface()
authorZhen Lei <thunder.leizhen@huawei.com>
Sat, 8 May 2021 06:25:17 +0000 (14:25 +0800)
committerStefan Schmidt <stefan@datenfreihafen.org>
Thu, 3 Jun 2021 08:50:08 +0000 (10:50 +0200)
commite9aa1b1459d43fd610fc348bda3a91b84af6a7b7
treefb37d32bfb966ef450b21b9f702c23113fc47111
parentab6a3c21c770181c2903ad804a70139819aaf118
ieee802154: fix error return code in ieee802154_add_iface()

Fix to return a negative error code from the error handling
case instead of 0, as done elsewhere in this function.

Fixes: 071bee4caaaf ("ieee802154: Stop using NLA_PUT*().")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Link: https://lore.kernel.org/r/20210508062517.2574-1-thunder.leizhen@huawei.com
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
net/ieee802154/nl-phy.c