提交 ee69559b 编写于 作者: A Alexander Aring 提交者: David S. Miller

at86rf230: remove unnecessary assign

Signed-off-by: NAlexander Aring <alex.aring@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册