提交 419d1f12 编写于 作者: D Daniel Mack 提交者: Vinod Koul

dma: mmp_pdma: print the number of channels at probe time

That helps check the provided runtime information.
Signed-off-by: NDaniel Mack <zonque@gmail.com>
Acked-by: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NVinod Koul <vinod.koul@intel.com>
上级 a9a7cf08
......@@ -907,7 +907,7 @@ static int mmp_pdma_probe(struct platform_device *op)
}
}
dev_info(pdev->device.dev, "initialized\n");
dev_info(pdev->device.dev, "initialized %d channels\n", dma_channels);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册