Changeset 4cd7fd0 in mainline
- Timestamp:
- 2012-09-01T21:21:13Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 95a3082
- Parents:
- 9c9903a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipc.c
r9c9903a r4cd7fd0 448 448 list_remove(&request->ab_link); 449 449 atomic_dec(&request->caller_phone->active_calls); 450 ASSERT(atomic_get(&request->caller_phone->active_calls) >= 0);451 450 } else if (!list_empty(&box->calls)) { 452 451 /* Count received call */ … … 598 597 599 598 atomic_dec(&call->caller_phone->active_calls); 600 ASSERT(atomic_get(&call->caller_phone->active_calls) >= 0);601 599 602 600 sysipc_ops_t *ops = sysipc_ops_get(call->request_method);
Note:
See TracChangeset
for help on using the changeset viewer.