diff options
-rw-r--r-- | drivers/net/ieee802154/cc2520.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ieee802154/cc2520.c b/drivers/net/ieee802154/cc2520.c index f9df9fa86d5f..c2b7da3da183 100644 --- a/drivers/net/ieee802154/cc2520.c +++ b/drivers/net/ieee802154/cc2520.c | |||
@@ -513,7 +513,6 @@ err_tx: | |||
513 | return rc; | 513 | return rc; |
514 | } | 514 | } |
515 | 515 | ||
516 | |||
517 | static int cc2520_rx(struct cc2520_private *priv) | 516 | static int cc2520_rx(struct cc2520_private *priv) |
518 | { | 517 | { |
519 | u8 len = 0, lqi = 0, bytes = 1; | 518 | u8 len = 0, lqi = 0, bytes = 1; |
@@ -947,7 +946,6 @@ static int cc2520_probe(struct spi_device *spi) | |||
947 | if (ret) | 946 | if (ret) |
948 | goto err_hw_init; | 947 | goto err_hw_init; |
949 | 948 | ||
950 | |||
951 | gpio_set_value(pdata->vreg, HIGH); | 949 | gpio_set_value(pdata->vreg, HIGH); |
952 | usleep_range(100, 150); | 950 | usleep_range(100, 150); |
953 | 951 | ||