From: Sascha Hauer <s.hauer@pengutronix.de>
To: Jan Luebbe <jlu@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] gpio: reduce verbosity while probing
Date: Fri, 28 Sep 2012 16:35:25 +0200 [thread overview]
Message-ID: <20120928143525.GH1322@pengutronix.de> (raw)
In-Reply-To: <1348837021-18424-1-git-send-email-jlu@pengutronix.de>
On Fri, Sep 28, 2012 at 02:57:01PM +0200, Jan Luebbe wrote:
> Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
> ---
> arch/arm/mach-imx/gpio.c | 2 +-
> arch/arm/mach-omap/gpio.c | 2 +-
> drivers/gpio/gpio-stmpe.c | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
Applied, thanks
Sascha
>
> diff --git a/arch/arm/mach-imx/gpio.c b/arch/arm/mach-imx/gpio.c
> index e661cc1..268e598 100644
> --- a/arch/arm/mach-imx/gpio.c
> +++ b/arch/arm/mach-imx/gpio.c
> @@ -145,7 +145,7 @@ static int imx_gpio_probe(struct device_d *dev)
> imxgpio->regs = regs;
> gpiochip_add(&imxgpio->chip);
>
> - dev_info(dev, "probed gpiochip%d with base %d\n", dev->id, imxgpio->chip.base);
> + dev_dbg(dev, "probed gpiochip%d with base %d\n", dev->id, imxgpio->chip.base);
>
> return 0;
> }
> diff --git a/arch/arm/mach-omap/gpio.c b/arch/arm/mach-omap/gpio.c
> index 422831b..ff49708 100644
> --- a/arch/arm/mach-omap/gpio.c
> +++ b/arch/arm/mach-omap/gpio.c
> @@ -138,7 +138,7 @@ static int omap_gpio_probe(struct device_d *dev)
> omapgpio->chip.dev = dev;
> gpiochip_add(&omapgpio->chip);
>
> - dev_info(dev, "probed gpiochip%d with base %d\n",
> + dev_dbg(dev, "probed gpiochip%d with base %d\n",
> dev->id, omapgpio->chip.base);
>
> return 0;
> diff --git a/drivers/gpio/gpio-stmpe.c b/drivers/gpio/gpio-stmpe.c
> index fa3b041..1181351 100644
> --- a/drivers/gpio/gpio-stmpe.c
> +++ b/drivers/gpio/gpio-stmpe.c
> @@ -145,7 +145,7 @@ static int stmpe_gpio_probe(struct device_d *dev)
> return ret;
> }
>
> - dev_info(dev, "probed stmpe gpiochip%d with base %d\n", dev->id, stmpegpio->chip.base);
> + dev_dbg(dev, "probed stmpe gpiochip%d with base %d\n", dev->id, stmpegpio->chip.base);
> return 0;
> }
>
> --
> 1.7.10.4
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2012-09-28 14:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-28 12:57 Jan Luebbe
2012-09-28 14:35 ` Sascha Hauer [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=20120928143525.GH1322@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=jlu@pengutronix.de \
/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