Skip to content
Commit 9a4d3d4b authored by Stefan Schmidt's avatar Stefan Schmidt Committed by Marcel Holtmann
Browse files

mac802154/iface: remove superfluous WARN_ON call in slave_open()



This call was used before we aligned our code with the wireless code base. We
are wanted to handle this in the err: code path. Which would actually not work
because the WARN_ON() macro would reset the res value to 0 and thus we would
never hit err:. Removing it makes the code do what we actually intend.

Signed-off-by: default avatarStefan Schmidt <stefan@osg.samsung.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent e66890a9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment