Changeset 1b4196d in mainline for kernel/generic/src/ipc/ipcrsc.c
- Timestamp:
- 2018-03-13T18:01:47Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 50dd854
- Parents:
- 0c509d0
- git-author:
- Jakub Jermar <jakub@…> (2018-03-04 19:36:57)
- git-committer:
- Jakub Jermar <jakub@…> (2018-03-13 18:01:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipcrsc.c
r0c509d0 r1b4196d 216 216 return false; 217 217 218 if (phone_obj->phone->state != IPC_PHONE_CONNECTING) {219 /*220 * This looks like another phone. The one we were expecting221 * under this handle must be in the IPC_PHONE_CONNECTING state.222 */223 kobject_put(phone_obj);224 return false;225 }226 227 218 /* Hand over phone_obj reference to the answerbox */ 228 219 return ipc_phone_connect(phone_obj->phone, box);
Note:
See TracChangeset
for help on using the changeset viewer.