summaryrefslogtreecommitdiffstats
path: root/include/telephony/ril.h
diff options
context:
space:
mode:
authorShishir Agrawal <shishir@google.com>2013-12-16 10:10:01 -0800
committerShishir Agrawal <shishir@google.com>2013-12-16 10:10:01 -0800
commit305028e203cb780bbc987695368fb32bcc3a1371 (patch)
tree4918b0a563a00559e083d79957277877aaaa548e /include/telephony/ril.h
parent710f0c82afb8d1660539b74d7f4c137b0644b799 (diff)
downloadandroid_hardware_ril-305028e203cb780bbc987695368fb32bcc3a1371.tar.gz
android_hardware_ril-305028e203cb780bbc987695368fb32bcc3a1371.tar.bz2
android_hardware_ril-305028e203cb780bbc987695368fb32bcc3a1371.zip
Removing the error return value requirement for RIL_REQUEST_SIM_OPEN_CHANNEL.
On error, the RIL implementation should throw an error and the value returned does not need to be valid. Change-Id: Idf81e6f7e2aa5e967e97cef402dfd53150b9b183
Diffstat (limited to 'include/telephony/ril.h')
-rw-r--r--include/telephony/ril.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index ce93774..9f87bdb 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -3616,7 +3616,6 @@ typedef struct {
*
* "response" is int *
* ((int *)data)[0] contains the session id of the logical channel.
- * A value of -1 indicates an invalid session id.
*
* Valid errors:
* SUCCESS