OSDN Git Service

Removing the error return value requirement for RIL_REQUEST_SIM_OPEN_CHANNEL.
authorShishir Agrawal <shishir@google.com>
Mon, 16 Dec 2013 18:10:01 +0000 (10:10 -0800)
committerShishir Agrawal <shishir@google.com>
Mon, 16 Dec 2013 18:10:01 +0000 (10:10 -0800)
On error, the RIL implementation should throw an error and the value returned
does not need to be valid.

Change-Id: Idf81e6f7e2aa5e967e97cef402dfd53150b9b183

include/telephony/ril.h

index ce93774..9f87bdb 100644 (file)
@@ -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