mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-23 06:14:42 +08:00
at86rf230: remove unnecessary assign
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a8b66db804
commit
ee69559bb8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user