Merge branch 'topic/of' into for-linus

This commit is contained in:
Vinod Koul 2018-10-24 09:16:14 +01:00
commit 4fa7393bda
1 changed files with 2 additions and 2 deletions

View File

@ -1095,8 +1095,8 @@ static struct dma_chan *nbpf_of_xlate(struct of_phandle_args *dma_spec,
if (!dchan)
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);