Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

at86rf230: remove unnecessary assign

parent a8b66db8
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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: