Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fa7393b authored by Vinod Koul's avatar Vinod Koul
Browse files

Merge branch 'topic/of' into for-linus

parents ca36ed0c 5ab64902
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);