diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-12-12 06:45:31 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-12-18 18:19:24 -0500 |
commit | cda8c203b37bcacb79227538f3bd3bb26ab708c2 (patch) | |
tree | b24ac1e8a742fe3ad0b7567431e59cc88870dfb9 /drivers/net/ieee802154 | |
parent | 2b8b7e29c4e282edadfeda70e739694594efb7b5 (diff) |
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>
Diffstat (limited to 'drivers/net/ieee802154')
-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 | ||