summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-03-02 08:26:59 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-02 08:26:59 -0800
commit3ad6b7e9f43bd9623c3373b39549f42b481fcd5d (patch)
treed3a4fa517352cf85f577208791a74f56eb1156dd /include
parent86aba807c85edfb461ab7b8026e907210394ae4f (diff)
parentbf57c353c0c75781a44831670ab3ecf575ef8f99 (diff)
Merge "soc: qcom: Propagate separate error code for PDR disabled"
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/msm_qmi_interface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/soc/qcom/msm_qmi_interface.h b/include/soc/qcom/msm_qmi_interface.h
index 135265b74991..5ca808dd1fc2 100644
--- a/include/soc/qcom/msm_qmi_interface.h
+++ b/include/soc/qcom/msm_qmi_interface.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2015, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2012-2015, 2017 The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -92,6 +92,7 @@ enum qmi_result_type_v01 {
QMI_RESULT_TYPE_MIN_ENUM_VAL_V01 = INT_MIN,
QMI_RESULT_SUCCESS_V01 = 0,
QMI_RESULT_FAILURE_V01 = 1,
+ QMI_ERR_DISABLED_V01 = 0x45,
QMI_RESULT_TYPE_MAX_ENUM_VAL_V01 = INT_MAX,
};