Commit ee69559b authored by Alexander Aring's avatar Alexander Aring Committed by David S. Miller

at86rf230: remove unnecessary assign

Signed-off-by: default avatarAlexander Aring <alex.aring@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a8b66db8
......@@ -693,10 +693,7 @@ at86rf230_xmit(struct ieee802154_dev *dev, struct sk_buff *skb)
if (rc < 0)
goto err_rx;
rc = at86rf230_start(dev);
return rc;
return at86rf230_start(dev);
err_rx:
at86rf230_start(dev);
err:
......
Markdown is supported
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