From: Alexander Aring <alex.aring@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: marcel@holtmann.org, linux-wpan@vger.kernel.org,
kernel@pengutronix.de, Varka Bhadram <varkabhadram@gmail.com>,
Varka Bhadram <varkab@cdac.in>,
Alexander Aring <alex.aring@gmail.com>
Subject: [PATCH bluetooth-next 2/4] mrf24j40: remove unnecessary return statement
Date: Wed, 24 Sep 2014 12:21:31 +0200 [thread overview]
Message-ID: <1411554093-14976-3-git-send-email-alex.aring@gmail.com> (raw)
In-Reply-To: <1411554093-14976-1-git-send-email-alex.aring@gmail.com>
From: Varka Bhadram <varkabhadram@gmail.com>
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>
---
drivers/net/ieee802154/mrf24j40.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/net/ieee802154/mrf24j40.c b/drivers/net/ieee802154/mrf24j40.c
index 466da57..2c617e3 100644
--- a/drivers/net/ieee802154/mrf24j40.c
+++ b/drivers/net/ieee802154/mrf24j40.c
@@ -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,
--
2.1.0
next prev parent reply other threads:[~2014-09-24 10:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-24 10:21 [PATCH bluetooth-next 0/4] ieee802154: mrf24j40 cleanups and 6lowpan fix Alexander Aring
2014-09-24 10:21 ` [PATCH bluetooth-next 1/4] mrf24j40: fix Missing a blank line after declarations Alexander Aring
2014-09-24 10:21 ` Alexander Aring [this message]
2014-09-24 10:21 ` [PATCH bluetooth-next 3/4] mrf24j40: use pr_* / dev_* instead of printk() Alexander Aring
2014-09-24 10:21 ` [PATCH bluetooth-next 4/4] ieee802154: 6lowpan: ensure header compression does not corrupt ipv6 header Alexander Aring
2014-09-24 12:18 ` Marcel Holtmann
2014-09-24 12:29 ` Alexander Aring
2014-09-24 12:17 ` [PATCH bluetooth-next 0/4] ieee802154: mrf24j40 cleanups and 6lowpan fix Marcel Holtmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1411554093-14976-3-git-send-email-alex.aring@gmail.com \
--to=alex.aring@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-wpan@vger.kernel.org \
--cc=marcel@holtmann.org \
--cc=varkab@cdac.in \
--cc=varkabhadram@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).