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

Commit cda8c203 authored by Stefan Schmidt's avatar Stefan Schmidt Committed by Marcel Holtmann
Browse files

ieee802154/cc2520: Remove extra blank lines



CC: Varka Bhadram <varkabhadram@gmail.com>
Signed-off-by: default avatarStefan Schmidt <s.schmidt@samsung.com>
Acked-by: default avatarAlexander Aring <alex.aring@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 2b8b7e29
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -513,7 +513,6 @@ cc2520_tx(struct ieee802154_hw *hw, struct sk_buff *skb)
	return rc;
}


static int cc2520_rx(struct cc2520_private *priv)
{
	u8 len = 0, lqi = 0, bytes = 1;
@@ -947,7 +946,6 @@ static int cc2520_probe(struct spi_device *spi)
	if (ret)
		goto err_hw_init;


	gpio_set_value(pdata->vreg, HIGH);
	usleep_range(100, 150);