Changeset 4cd7fd0 in mainline


Ignore:
Timestamp:
2012-09-01T21:21:13Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
95a3082
Parents:
9c9903a
Message:

Remove accidentally committed debugging code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/ipc.c

    r9c9903a r4cd7fd0  
    448448                list_remove(&request->ab_link);
    449449                atomic_dec(&request->caller_phone->active_calls);
    450                 ASSERT(atomic_get(&request->caller_phone->active_calls) >= 0);
    451450        } else if (!list_empty(&box->calls)) {
    452451                /* Count received call */
     
    598597
    599598        atomic_dec(&call->caller_phone->active_calls);
    600         ASSERT(atomic_get(&call->caller_phone->active_calls) >= 0);
    601599
    602600        sysipc_ops_t *ops = sysipc_ops_get(call->request_method);
Note: See TracChangeset for help on using the changeset viewer.