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)
commit79c6b8ed30e54b401c873dbad2511f2a1c525fd5
treefb37d32bfb966ef450b21b9f702c23113fc47111
parentaab53e6756caadeb908a70d5bcdf5a24baf34ad8
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: be51da0f3e34 ("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