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

Commit 70f74c66 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "diag: dci: Send mode reset command to the apps processor"

parents 132042c5 24667e35
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -1645,9 +1645,11 @@ static int diag_process_dci_pkt_rsp(unsigned char *buf, int len)
				 * registered on the Apps Processor
				 */
				if (entry.cmd_code_lo == MODE_CMD &&
				    entry.cmd_code_hi == MODE_CMD)
				    entry.cmd_code_hi == MODE_CMD &&
				    header->subsys_id == RESET_ID) {
					if (entry.client_id != APPS_DATA)
						continue;
				}
				ret = diag_send_dci_pkt(entry, req_buf,
							req_len,
							req_entry->tag);