Loading drivers/char/diag/diag_dci.c +7 −5 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
drivers/char/diag/diag_dci.c +7 −5 Original line number Diff line number Diff line Loading @@ -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); Loading