Re: [PATCH 07/25] dma: of: make error message more meaningful byadding the node name

From: Vinod Koul
Date: Mon Aug 19 2013 - 05:58:47 EST


On Wed, Jul 31, 2013 at 04:14:35PM +0200, Lothar Waßmann wrote:
>
> Signed-off-by: Lothar Waßmann <LW@xxxxxxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/