linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Helgaas <bhelgaas@google.com>
To: Jingoo Han <jg1.han@samsung.com>
Cc: linux-pci@vger.kernel.org
Subject: Re: [PATCH] PCI: exynos: Remove unnecessary OOM messages
Date: Tue, 27 May 2014 16:59:41 -0600	[thread overview]
Message-ID: <20140527225941.GF11907@google.com> (raw)
In-Reply-To: <000301cf6b47$eb8de9f0$c2a9bdd0$%han@samsung.com>

On Fri, May 09, 2014 at 02:31:25PM +0900, 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>

Applied to pci/host-exynos for v3.16, thanks!

> ---
>  drivers/pci/host/pci-exynos.c |    4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/drivers/pci/host/pci-exynos.c b/drivers/pci/host/pci-exynos.c
> index 3de6bfb..81aa700 100644
> --- a/drivers/pci/host/pci-exynos.c
> +++ b/drivers/pci/host/pci-exynos.c
> @@ -568,10 +568,8 @@ static int __init exynos_pcie_probe(struct platform_device *pdev)
>  
>  	exynos_pcie = devm_kzalloc(&pdev->dev, sizeof(*exynos_pcie),
>  				GFP_KERNEL);
> -	if (!exynos_pcie) {
> -		dev_err(&pdev->dev, "no memory for exynos pcie\n");
> +	if (!exynos_pcie)
>  		return -ENOMEM;
> -	}
>  
>  	pp = &exynos_pcie->pp;
>  
> -- 
> 1.7.10.4
> 
> 

      reply	other threads:[~2014-05-27 22:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-09  5:31 [PATCH] PCI: exynos: Remove unnecessary OOM messages Jingoo Han
2014-05-27 22:59 ` Bjorn Helgaas [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=20140527225941.GF11907@google.com \
    --to=bhelgaas@google.com \
    --cc=jg1.han@samsung.com \
    --cc=linux-pci@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).