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

Commit 3a8d0d3f authored by Deva Ramasubramanian's avatar Deva Ramasubramanian
Browse files

msm: vidc: Correct spelling errors in logs



Grepping for "response" resulted in some logs being filtered out,
but others being omitted (since it's misspelled). This leads to
misleading analysis, e.g. thinking that firmware was only corrupting
session_ids of certain packets.

Change-Id: I9dafab3cf4f8155e83b42da7af1c265db2a37267
Signed-off-by: default avatarDeva Ramasubramanian <dramasub@codeaurora.org>
parent c9868d6a
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -528,7 +528,7 @@ static void handle_session_release_buf_done(enum hal_command_response cmd,
	inst = get_inst(get_vidc_core(response->device_id),
			response->session_id);
	if (!inst) {
		dprintk(VIDC_WARN, "Got a reponse for an inactive session\n");
		dprintk(VIDC_WARN, "Got a response for an inactive session\n");
		return;
	}

@@ -704,7 +704,7 @@ static void handle_session_init_done(enum hal_command_response cmd, void *data)
	inst = get_inst(get_vidc_core(response->device_id),
			response->session_id);
	if (!inst) {
		dprintk(VIDC_WARN, "Got a reponse for an inactive session\n");
		dprintk(VIDC_WARN, "Got a response for an inactive session\n");
		return;
	}

@@ -759,7 +759,7 @@ static void handle_event_change(enum hal_command_response cmd, void *data)
	inst = get_inst(get_vidc_core(event_notify->device_id),
			event_notify->session_id);
	if (!inst || !inst->core || !inst->core->device) {
		dprintk(VIDC_WARN, "Got a reponse for an inactive session\n");
		dprintk(VIDC_WARN, "Got a response for an inactive session\n");
		goto err_bad_event;
	}
	hdev = inst->core->device;
@@ -929,7 +929,7 @@ static void handle_session_prop_info(enum hal_command_response cmd, void *data)
	inst = get_inst(get_vidc_core(response->device_id),
			response->session_id);
	if (!inst) {
		dprintk(VIDC_WARN, "Got a reponse for an inactive session\n");
		dprintk(VIDC_WARN, "Got a response for an inactive session\n");
		return;
	}

@@ -971,7 +971,7 @@ static void handle_load_resource_done(enum hal_command_response cmd, void *data)
	inst = get_inst(get_vidc_core(response->device_id),
			response->session_id);
	if (!inst) {
		dprintk(VIDC_WARN, "Got a reponse for an inactive session\n");
		dprintk(VIDC_WARN, "Got a response for an inactive session\n");
		return;
	}

@@ -998,7 +998,7 @@ static void handle_start_done(enum hal_command_response cmd, void *data)
	inst = get_inst(get_vidc_core(response->device_id),
			response->session_id);
	if (!inst) {
		dprintk(VIDC_WARN, "Got a reponse for an inactive session\n");
		dprintk(VIDC_WARN, "Got a response for an inactive session\n");
		return;
	}

@@ -1019,7 +1019,7 @@ static void handle_stop_done(enum hal_command_response cmd, void *data)
	inst = get_inst(get_vidc_core(response->device_id),
			response->session_id);
	if (!inst) {
		dprintk(VIDC_WARN, "Got a reponse for an inactive session\n");
		dprintk(VIDC_WARN, "Got a response for an inactive session\n");
		return;
	}

@@ -1041,7 +1041,7 @@ static void handle_release_res_done(enum hal_command_response cmd, void *data)
	inst = get_inst(get_vidc_core(response->device_id),
			response->session_id);
	if (!inst) {
		dprintk(VIDC_WARN, "Got a reponse for an inactive session\n");
		dprintk(VIDC_WARN, "Got a response for an inactive session\n");
		return;
	}

@@ -1150,7 +1150,7 @@ static void handle_session_flush(enum hal_command_response cmd, void *data)
	inst = get_inst(get_vidc_core(response->device_id),
			response->session_id);
	if (!inst) {
		dprintk(VIDC_WARN, "Got a reponse for an inactive session\n");
		dprintk(VIDC_WARN, "Got a response for an inactive session\n");
		return;
	}

@@ -1186,7 +1186,7 @@ static void handle_session_error(enum hal_command_response cmd, void *data)
	inst = get_inst(get_vidc_core(response->device_id),
			response->session_id);
	if (!inst) {
		dprintk(VIDC_WARN, "Got a reponse for an inactive session\n");
		dprintk(VIDC_WARN, "Got a response for an inactive session\n");
		return;
	}

@@ -1371,7 +1371,7 @@ static void handle_session_close(enum hal_command_response cmd, void *data)
	inst = get_inst(get_vidc_core(response->device_id),
			response->session_id);
	if (!inst) {
		dprintk(VIDC_WARN, "Got a reponse for an inactive session\n");
		dprintk(VIDC_WARN, "Got a response for an inactive session\n");
		return;
	}

@@ -1426,7 +1426,7 @@ static void handle_ebd(enum hal_command_response cmd, void *data)
	inst = get_inst(get_vidc_core(response->device_id),
			response->session_id);
	if (!inst) {
		dprintk(VIDC_WARN, "Got a reponse for an inactive session\n");
		dprintk(VIDC_WARN, "Got a response for an inactive session\n");
		return;
	}

@@ -1649,7 +1649,7 @@ static void handle_fbd(enum hal_command_response cmd, void *data)
	inst = get_inst(get_vidc_core(response->device_id),
			response->session_id);
	if (!inst) {
		dprintk(VIDC_WARN, "Got a reponse for an inactive session\n");
		dprintk(VIDC_WARN, "Got a response for an inactive session\n");
		return;
	}

@@ -1771,7 +1771,7 @@ static void handle_fbd(enum hal_command_response cmd, void *data)
				vb->v4l2_planes[extra_idx].length);
		}
		dprintk(VIDC_DBG,
		"Got fbd from hal: device_addr: %pa, alloc: %d, filled: %d, offset: %d, ts: %lld, flags: %#x, crop: %d %d %d %d, pic_type: %#x, mark_data: %d\n",
		"Got fbd from hal: device_addr: %pa, alloc: %d, filled: %d, offset: %d, ts: %lld, flags: %#x, crop: %d %d %d %d, pic_type: %#x, mark_data: %#x\n",
		&fill_buf_done->packet_buffer1, fill_buf_done->alloc_len1,
		fill_buf_done->filled_len1, fill_buf_done->offset1, time_usec,
		fill_buf_done->flags1, fill_buf_done->start_x_coord,
@@ -1804,7 +1804,7 @@ static void handle_seq_hdr_done(enum hal_command_response cmd, void *data)
	inst = get_inst(get_vidc_core(response->device_id),
			response->session_id);
	if (!inst) {
		dprintk(VIDC_WARN, "Got a reponse for an inactive session\n");
		dprintk(VIDC_WARN, "Got a response for an inactive session\n");
		return;
	}