aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/dma/mmp_pdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/mmp_pdma.c b/drivers/dma/mmp_pdma.c
index 76884c48ea85..4de4f3fd1b47 100644
--- a/drivers/dma/mmp_pdma.c
+++ b/drivers/dma/mmp_pdma.c
@@ -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;
}