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:
Daniel Mack 2013-08-10 18:52:20 +02:00 коммит произвёл Vinod Koul
Родитель a9a7cf08bd
Коммит 419d1f126b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}