mirror of https://gitee.com/openkylin/linux.git
[media] media: video: mx2_camera.c: Remove unneeded dev_dbg
csi clock frequency is already shown by: dev_info(&pdev->dev, "MX2 Camera (CSI) driver probed, clock frequency: %ld\n", clk_get_rate(pcdev->clk_csi)); ,so no need to have the dev_dbg call to present the same information. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
d867be1cc4
commit
e9de6167fb
|
@ -1429,9 +1429,6 @@ static int __devinit mx2_camera_probe(struct platform_device *pdev)
|
|||
goto exit_kfree;
|
||||
}
|
||||
|
||||
dev_dbg(&pdev->dev, "Camera clock frequency: %ld\n",
|
||||
clk_get_rate(pcdev->clk_csi));
|
||||
|
||||
pcdev->res_csi = res_csi;
|
||||
pcdev->pdata = pdev->dev.platform_data;
|
||||
if (pcdev->pdata) {
|
||||
|
|
Loading…
Reference in New Issue