ieee802154/cc2520: Remove extra blank lines
CC: Varka Bhadram <varkabhadram@gmail.com> Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com> Acked-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
2b8b7e29c4
commit
cda8c203b3
|
@ -513,7 +513,6 @@ cc2520_tx(struct ieee802154_hw *hw, struct sk_buff *skb)
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static int cc2520_rx(struct cc2520_private *priv)
|
static int cc2520_rx(struct cc2520_private *priv)
|
||||||
{
|
{
|
||||||
u8 len = 0, lqi = 0, bytes = 1;
|
u8 len = 0, lqi = 0, bytes = 1;
|
||||||
|
@ -947,7 +946,6 @@ static int cc2520_probe(struct spi_device *spi)
|
||||||
if (ret)
|
if (ret)
|
||||||
goto err_hw_init;
|
goto err_hw_init;
|
||||||
|
|
||||||
|
|
||||||
gpio_set_value(pdata->vreg, HIGH);
|
gpio_set_value(pdata->vreg, HIGH);
|
||||||
usleep_range(100, 150);
|
usleep_range(100, 150);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue