Skip to content

Commit ee69559

Browse files
alexaringdavem330
authored andcommitted
at86rf230: remove unnecessary assign
Signed-off-by: Alexander Aring <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent a8b66db commit ee69559

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

drivers/net/ieee802154/at86rf230.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -693,10 +693,7 @@ at86rf230_xmit(struct ieee802154_dev *dev, struct sk_buff *skb)
693693
if (rc < 0)
694694
goto err_rx;
695695

696-
rc = at86rf230_start(dev);
697-
698-
return rc;
699-
696+
return at86rf230_start(dev);
700697
err_rx:
701698
at86rf230_start(dev);
702699
err:

0 commit comments

Comments
 (0)