Changeset be12474 in mainline for uspace/lib/c/generic/devman.c


Ignore:
Timestamp:
2015-08-30T14:52:08Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cb0ca35
Parents:
df13836
Message:

Revisit a few uses of list_count, list_nth w.r.t. type used for object count.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/devman.c

    rdf13836 rbe12474  
    217217    match_id_list_t *match_ids, devman_handle_t devh, devman_handle_t *funh)
    218218{
    219         int match_count = list_count(&match_ids->ids);
     219        unsigned long match_count = list_count(&match_ids->ids);
    220220        async_exch_t *exch = devman_exchange_begin_blocking(INTERFACE_DDF_DRIVER);
    221221       
Note: See TracChangeset for help on using the changeset viewer.