mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-18 03:06:43 +00:00
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 @@ err_tx:
|
||||
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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user