linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Jingoo Han <jg1.han@samsung.com>
Cc: 'Linus Walleij' <linus.walleij@linaro.org>,
	'Alexandre Courbot' <gnurou@gmail.com>,
	linux-gpio@vger.kernel.org, 'Magnus Damm' <damm@opensource.se>
Subject: Re: [PATCH 11/17] gpio: rcar: remove unnecessary OOM messages
Date: Wed, 30 Apr 2014 03:04:13 +0200	[thread overview]
Message-ID: <2988408.L3OI7rTPAj@avalon> (raw)
In-Reply-To: <003c01cf6386$bec85040$3c58f0c0$%han@samsung.com>

Hi Jingoo,

Thank you for the patch.

On Tuesday 29 April 2014 17:40:59 Jingoo Han wrote:
> The site-specific OOM messages are unnecessary, because they
> duplicate the MM subsystem generic OOM message.
> 
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  drivers/gpio/gpio-rcar.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpio/gpio-rcar.c b/drivers/gpio/gpio-rcar.c
> index bfcfeee..0c9f803 100644
> --- a/drivers/gpio/gpio-rcar.c
> +++ b/drivers/gpio/gpio-rcar.c
> @@ -363,7 +363,6 @@ static int gpio_rcar_probe(struct platform_device *pdev)
> 
>  	p = devm_kzalloc(dev, sizeof(*p), GFP_KERNEL);
>  	if (!p) {
> -		dev_err(dev, "failed to allocate driver data\n");
>  		ret = -ENOMEM;
>  		goto err0;
>  	}

-- 
Regards,

Laurent Pinchart


  reply	other threads:[~2014-04-30  1:03 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-29  8:29 [PATCH 00/17] gpio: remove unnecessary OOM messages Jingoo Han
2014-04-29  8:31 ` [PATCH 01/17] gpio: adp5520: " Jingoo Han
2014-04-29  8:32 ` [PATCH 02/17] gpio: adp5588: " Jingoo Han
2014-04-29  8:33 ` [PATCH 03/17] gpio: davinci: " Jingoo Han
2014-04-29  8:34 ` [PATCH 04/17] gpio: em: " Jingoo Han
2014-04-29  8:35 ` [PATCH 05/17] gpio: janz-ttl: " Jingoo Han
2014-04-29  8:36 ` [PATCH 06/17] gpio: lynxpoint: " Jingoo Han
2014-04-29  8:37 ` [PATCH 07/17] gpio: moxart: " Jingoo Han
2014-04-29  8:38 ` [PATCH 08/17] gpio: mvebu: " Jingoo Han
2014-04-29 11:25   ` Jason Cooper
2014-04-29  8:39 ` [PATCH 09/17] gpio: palmas: " Jingoo Han
2014-04-29  8:39 ` [PATCH 10/17] gpio: rc5t583: " Jingoo Han
2014-04-29  8:40 ` [PATCH 11/17] gpio: rcar: " Jingoo Han
2014-04-30  1:04   ` Laurent Pinchart [this message]
2014-04-29  8:42 ` [PATCH 12/17] gpio: rdc321x: " Jingoo Han
2014-04-29  8:42 ` [PATCH 13/17] gpio: SPEAr: " Jingoo Han
2014-04-29  8:47   ` Viresh Kumar
2014-04-29  8:44 ` [PATCH 14/17] gpio: tegra: " Jingoo Han
2014-04-29  8:44 ` [PATCH 15/17] gpio: tps6586x: " Jingoo Han
2014-04-29  8:45 ` [PATCH 16/17] gpio: tps65910: " Jingoo Han
2014-04-29  8:46 ` [PATCH 17/17] gpio: zevio: " Jingoo Han
2014-04-29  9:21 ` [PATCH 00/17] gpio: " Javier Martinez Canillas
2014-05-09  8:56 ` Linus Walleij

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=2988408.L3OI7rTPAj@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=damm@opensource.se \
    --cc=gnurou@gmail.com \
    --cc=jg1.han@samsung.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@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;
as well as URLs for NNTP newsgroup(s).