From: Grant Likely <grant.likely@secretlab.ca>
To: H Hartley Sweeten <hartleys@visionengravers.com>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] gpio-ep93xx: fix pr_fmt output
Date: Tue, 7 Jun 2011 17:14:00 -0600 [thread overview]
Message-ID: <20110607231400.GA5509@ponder.secretlab.ca> (raw)
In-Reply-To: <201106071352.02183.hartleys@visionengravers.com>
On Tue, Jun 07, 2011 at 01:52:01PM -0700, H Hartley Sweeten wrote:
> With this driver now being moved from arch/arm/mach-ep93xx/gpio.c to
> drivers/gpio/gpio-ep93xx.c the prefix "ep93xx" is now redundant in the
> pr_* output. Using KBUILD_MODNAME is sufficient.
>
> Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
> Cc: Grant Likely <grant.likely@secretlab.ca>
Applied, thanks.
g.
>
> ---
>
> diff --git a/drivers/gpio/gpio-ep93xx.c b/drivers/gpio/gpio-ep93xx.c
> index c33c9a8..3d427b9 100644
> --- a/drivers/gpio/gpio-ep93xx.c
> +++ b/drivers/gpio/gpio-ep93xx.c
> @@ -11,7 +11,7 @@
> * published by the Free Software Foundation.
> */
>
> -#define pr_fmt(fmt) "ep93xx " KBUILD_MODNAME ": " fmt
> +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
>
> #include <linux/init.h>
> #include <linux/module.h>
prev parent reply other threads:[~2011-06-07 23:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-07 20:52 H Hartley Sweeten
2011-06-07 23:14 ` Grant Likely [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=20110607231400.GA5509@ponder.secretlab.ca \
--to=grant.likely@secretlab.ca \
--cc=hartleys@visionengravers.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®