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

Commit 72e6cca4 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: Return correct error status to client"

parents fa04bf6d 863d5984
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2903,6 +2903,8 @@ int diag_dci_write_proc(int peripheral, int pkt_type, char *buf, int len)
		pr_err("diag: In %s, unable to write to smd, peripheral: %d, type: %d, len: %d, err: %d\n",
		       __func__, smd_info->peripheral,
		       smd_info->type, len, err);
	} else {
		err = DIAG_DCI_NO_ERROR;
	}

	return err;