From: Greg KH <gregkh@linuxfoundation.org>
To: fernando.apesteguia@gmail.com
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Staging: rtl8192u: Staticfy debug method.
Date: Wed, 30 Jul 2014 17:05:28 -0700 [thread overview]
Message-ID: <20140731000528.GA18924@kroah.com> (raw)
In-Reply-To: <1406756021-3578-1-git-send-email-fernando.apesteguia@gmail.com>
On Wed, Jul 30, 2014 at 11:33:41PM +0200, fernando.apesteguia@gmail.com wrote:
> From: Fernando Apesteguia <fernando.apesteguia@gmail.com>
>
> Add static to debug method.
>
> Signed-off-by: Fernando Apesteguia <fernando.apesteguia@gmail.com>
> ---
> drivers/staging/rtl8192u/r8192U_core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c
> index 7640386..c732a67 100644
> --- a/drivers/staging/rtl8192u/r8192U_core.c
> +++ b/drivers/staging/rtl8192u/r8192U_core.c
> @@ -667,7 +667,7 @@ static void tx_timeout(struct net_device *dev)
>
>
> /* this is only for debug */
> -void dump_eprom(struct net_device *dev)
> +static void dump_eprom(struct net_device *dev)
> {
> int i;
> for (i = 0; i < 63; i++)
Someone sent this patch just before you :(
next prev parent reply other threads:[~2014-07-31 0:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-30 21:33 [PATCH] Staging: rtl8192u: Staticfy debug method fernando.apesteguia
2014-07-31 0:05 ` Greg KH [this message]
2014-07-31 8:20 ` Dan Carpenter
2014-07-31 9:10 ` Fernando Apesteguía
2014-07-31 10:22 ` Dan Carpenter
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=20140731000528.GA18924@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=devel@driverdev.osuosl.org \
--cc=fernando.apesteguia@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.