forked from luck/tmp_suning_uos_patched
dma: mmp_pdma: print the number of channels at probe time
That helps check the provided runtime information. Signed-off-by: Daniel Mack <zonque@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
This commit is contained in:
parent
a9a7cf08bd
commit
419d1f126b
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user