Changeset a36f442 in mainline
- Timestamp:
- 2018-03-13T18:01:48Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 67f11a0
- Parents:
- aadde10
- git-author:
- Jakub Jermar <jakub@…> (2018-03-12 17:25:49)
- git-committer:
- Jakub Jermar <jakub@…> (2018-03-13 18:01:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipc.c
raadde10 ra36f442 351 351 } else { 352 352 atomic_inc(&phone->active_calls); 353 atomic_inc(&caller->answerbox.active_calls); 353 if (call->callerbox) 354 atomic_inc(&call->callerbox->active_calls); 355 else 356 atomic_inc(&caller->answerbox.active_calls); 354 357 kobject_add_ref(phone->kobject); 355 358 call->sender = caller;
Note:
See TracChangeset
for help on using the changeset viewer.