All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: "Lothar Waßmann" <LW@KARO-electronics.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 07/25] dma: of: make error message more meaningful by adding the node name
Date: Mon, 19 Aug 2013 14:45:27 +0530	[thread overview]
Message-ID: <20130819091527.GA5810@intel.com> (raw)
In-Reply-To: <1375280075-18482-1-git-send-email-LW@KARO-electronics.de>

On Wed, Jul 31, 2013 at 04:14:35PM +0200, Lothar Waßmann wrote:
> 
> Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Applied, thanks

~Vinod
> ---
>  drivers/dma/of-dma.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/dma/of-dma.c b/drivers/dma/of-dma.c
> index 75334bd..0b88dd3 100644
> --- a/drivers/dma/of-dma.c
> +++ b/drivers/dma/of-dma.c
> @@ -160,7 +160,8 @@ struct dma_chan *of_dma_request_slave_channel(struct device_node *np,
>  
>  	count = of_property_count_strings(np, "dma-names");
>  	if (count < 0) {
> -		pr_err("%s: dma-names property missing or empty\n", __func__);
> +		pr_err("%s: dma-names property of node '%s' missing or empty\n",
> +			__func__, np->full_name);
>  		return NULL;
>  	}
>  
> -- 
> 1.7.2.5
> 

-- 

      reply	other threads:[~2013-08-19  9:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-31 14:14 [PATCH 07/25] dma: of: make error message more meaningful by adding the node name Lothar Waßmann
2013-08-19  9:15 ` Vinod Koul [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=20130819091527.GA5810@intel.com \
    --to=vinod.koul@intel.com \
    --cc=LW@KARO-electronics.de \
    --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.