hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/linux/soc/qcom/qmi.h
....@@ -88,6 +88,7 @@
8888 #define QMI_ERR_CLIENT_IDS_EXHAUSTED_V01 5
8989 #define QMI_ERR_INVALID_ID_V01 41
9090 #define QMI_ERR_ENCODING_V01 58
91
+#define QMI_ERR_DISABLED_V01 69
9192 #define QMI_ERR_INCOMPATIBLE_STATE_V01 90
9293 #define QMI_ERR_NOT_SUPPORTED_V01 94
9394
....@@ -166,7 +167,7 @@
166167 struct qmi_txn {
167168 struct qmi_handle *qmi;
168169
169
- int id;
170
+ u16 id;
170171
171172 struct mutex lock;
172173 struct completion completion;