add log. CRs-Fixed: 3086172 Change-Id: Iad5b1f504ab9ec02b7f2e5f19e95eba7ba618a10 Signed-off-by: Pavan Kumar Chilamkurthi <[email protected]>
@@ -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);