浏览代码

msm: camera: cpas: add log

add log.

CRs-Fixed: 3086172
Change-Id: Iad5b1f504ab9ec02b7f2e5f19e95eba7ba618a10
Signed-off-by: Pavan Kumar Chilamkurthi <[email protected]>
Pavan Kumar Chilamkurthi 3 年之前
父节点
当前提交
5e263d52ce
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/cam_cpas/cam_cpas_hw.c

+ 2 - 0
drivers/cam_cpas/cam_cpas_hw.c

@@ -2958,6 +2958,8 @@ int cam_cpas_hw_probe(struct platform_device *pdev,
 		return -ENOMEM;
 	}
 
+	CAM_INFO(CAM_CPAS, "cpas probe start");
+
 	cpas_core = kzalloc(sizeof(struct cam_cpas), GFP_KERNEL);
 	if (!cpas_core) {
 		kfree(cpas_hw);