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

Commit 4f621254 authored by Jeyaprakash Soundrapandian's avatar Jeyaprakash Soundrapandian Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: core: Change log type in deinit sync object" into dev/msm-4.9-camx

parents 429ec773 300b6686
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ int cam_sync_deinit_object(struct sync_table_row *table, uint32_t idx)
	}

	if (row->state == CAM_SYNC_STATE_ACTIVE)
		CAM_WARN(CAM_SYNC,
		CAM_DBG(CAM_SYNC,
			"Destroying an active sync object name:%s id:%i",
			row->name, row->sync_id);

@@ -225,7 +225,7 @@ int cam_sync_deinit_object(struct sync_table_row *table, uint32_t idx)
		}

		if (child_row->state == CAM_SYNC_STATE_ACTIVE)
			CAM_WARN(CAM_SYNC,
			CAM_DBG(CAM_SYNC,
				"Warning: destroying active child sync obj = %d",
				child_info->sync_id);

@@ -254,7 +254,7 @@ int cam_sync_deinit_object(struct sync_table_row *table, uint32_t idx)
		}

		if (parent_row->state == CAM_SYNC_STATE_ACTIVE)
			CAM_WARN(CAM_SYNC,
			CAM_DBG(CAM_SYNC,
				"Warning: destroying active parent sync obj = %d",
				parent_info->sync_id);