diff options
author | Vinod Koul <vinod.koul@intel.com> | 2013-09-02 16:10:46 +0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-09-02 16:10:46 +0400 |
commit | 592745e2f8afbaeafcf72645f0a2b0285644e091 (patch) | |
tree | 5deafbb5ba32bf7a4834af9b7c64d5f31ebfcb39 /drivers/dma/of-dma.c | |
parent | 355cdafe14d72c616dc804a756f3af4f4df4fe8c (diff) | |
parent | 303fd71d3fdf93c3d4fa7f0d72f93c21d9ced560 (diff) | |
download | linux-592745e2f8afbaeafcf72645f0a2b0285644e091.tar.xz |
Merge branch 'topic/of' into for-linus
Diffstat (limited to 'drivers/dma/of-dma.c')
-rw-r--r-- | 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 75334bdd2c56..0b88dd3d05f4 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; } |