Commit 419d1f12 authored by Daniel Mack's avatar Daniel Mack Committed by Vinod Koul

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

That helps check the provided runtime information.
Signed-off-by: default avatarDaniel Mack <zonque@gmail.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment