Skip to content

Commit

Permalink
at86rf230: remove unnecessary assign
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alexander Aring authored and David S. Miller committed Apr 26, 2014
1 parent a8b66db commit ee69559
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/net/ieee802154/at86rf230.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ee69559

Please sign in to comment.