Skip to content

Commit

Permalink
mrf24j40: remove unnecessary return statement
Browse files Browse the repository at this point in the history
Remove the return statement in the void function.

Signed-off-by: Varka Bhadram <varkab@cdac.in>
Acked-by: Alan Ott <alan@signal11.us>
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Varka Bhadram authored and Marcel Holtmann committed Sep 24, 2014
1 parent 529160d commit 3d920f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/ieee802154/mrf24j40.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,6 @@ static void mrf24j40_stop(struct ieee802154_dev *dev)
return;
val |= 0x1|0x8; /* Set TXNIE and RXIE. Disable Interrupts */
write_short_reg(devrec, REG_INTCON, val);

return;
}

static int mrf24j40_set_channel(struct ieee802154_dev *dev,
Expand Down

0 comments on commit 3d920f0

Please sign in to comment.