[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130819091527.GA5810@intel.com>
Date: Mon, 19 Aug 2013 14:45:27 +0530
From: Vinod Koul <vinod.koul@...el.com>
To: Lothar Waßmann <LW@...O-electronics.de>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 07/25] dma: of: make error message more meaningful by
adding the node name
On Wed, Jul 31, 2013 at 04:14:35PM +0200, Lothar Waßmann wrote:
>
> Signed-off-by: Lothar Waßmann <LW@...O-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
>
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists