Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 555682ac authored by Suresh Vankadara's avatar Suresh Vankadara Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: Change log level for common soc util" into dev/msm-4.9-camx

parents 9ad1d73f 0a74024b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -766,7 +766,8 @@ int cam_soc_util_get_dt_properties(struct cam_hw_soc_info *soc_info)

	count = of_property_count_strings(of_node, "reg-names");
	if (count <= 0) {
		CAM_ERR(CAM_UTIL, "no reg-names found");
		CAM_WARN(CAM_UTIL, "no reg-names found for: %s",
			soc_info->dev_name);
		count = 0;
	}
	soc_info->num_mem_block = count;
@@ -802,7 +803,8 @@ int cam_soc_util_get_dt_properties(struct cam_hw_soc_info *soc_info)
	rc = of_property_read_string_index(of_node, "interrupt-names", 0,
		&soc_info->irq_name);
	if (rc) {
		CAM_WARN(CAM_UTIL, "No interrupt line present");
		CAM_WARN(CAM_UTIL, "No interrupt line preset for: %s",
			soc_info->dev_name);
		rc = 0;
	} else {
		soc_info->irq_line =