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

Commit bf19cefd authored by Ravi Aravamudhan's avatar Ravi Aravamudhan
Browse files

diag: Change data type of DCI client ID



Make changes to change the type of DCI client id from uint32 to
int as it can now take negative values.

Change-Id: I2e3e76b0188d9504c9a7f82007fbc6f944fc155f
Signed-off-by: default avatarRavi Aravamudhan <aravamud@codeaurora.org>
parent 235cd46b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ struct dci_pkt_req_entry_t {
} __packed;

struct diag_dci_reg_tbl_t {
	uint32_t client_id;
	int client_id;
	uint16_t notification_list;
	int signal_type;
	int token;