浏览代码

Merge branch 'topic/of' into for-linus

Vinod Koul 7 年之前
父节点
当前提交
4fa7393bda
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/dma/nbpfaxi.c

+ 2 - 2
drivers/dma/nbpfaxi.c

@@ -1095,8 +1095,8 @@ static struct dma_chan *nbpf_of_xlate(struct of_phandle_args *dma_spec,
 	if (!dchan)
 	if (!dchan)
 		return NULL;
 		return NULL;
 
 
-	dev_dbg(dchan->device->dev, "Entry %s(%s)\n", __func__,
-		dma_spec->np->name);
+	dev_dbg(dchan->device->dev, "Entry %s(%pOFn)\n", __func__,
+		dma_spec->np);
 
 
 	chan = nbpf_to_chan(dchan);
 	chan = nbpf_to_chan(dchan);