From: Greg KH <gregkh@linuxfoundation.org>
To: Andrew Plummer <plummer574@gmail.com>
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Staging: nokia_h4p: nokia_fw: remove extra return
Date: Sat, 30 Aug 2014 13:12:58 -0700 [thread overview]
Message-ID: <20140830201258.GA8674@kroah.com> (raw)
In-Reply-To: <1409422491-6325-1-git-send-email-plummer574@gmail.com>
On Sat, Aug 30, 2014 at 07:14:51PM +0100, Andrew Plummer wrote:
> Remove empty return at end of function.
>
> Signed-off-by: Andrew Plummer <plummer574@gmail.com>
> ---
> drivers/staging/nokia_h4p/nokia_fw.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/staging/nokia_h4p/nokia_fw.c b/drivers/staging/nokia_h4p/nokia_fw.c
> index 14ba219..18953ae 100644
> --- a/drivers/staging/nokia_h4p/nokia_fw.c
> +++ b/drivers/staging/nokia_h4p/nokia_fw.c
> @@ -197,8 +197,6 @@ void hci_h4p_parse_fw_event(struct hci_h4p_info *info, struct sk_buff *skb)
> dev_err(info->dev, "Don't know how to parse fw event\n");
> info->fw_error = -EINVAL;
> }
> -
> - return;
> }
>
> MODULE_FIRMWARE(FW_NAME_TI1271_PRELE);
Sorry, but I just deleted this driver from my tree, so I can't take a
patch for the code :(
greg k-h
prev parent reply other threads:[~2014-08-30 20:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-30 18:14 [PATCH] Staging: nokia_h4p: nokia_fw: remove extra return Andrew Plummer
2014-08-30 20:12 ` Greg KH [this message]
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=20140830201258.GA8674@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=devel@driverdev.osuosl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=plummer574@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