Ignore:
Timestamp:
2020-01-09T01:04:58Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
bcd7775
Parents:
76c8209
git-author:
Matthieu Riolo <matthieu.riolo@…> (2020-01-05 20:21:10)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-01-09 01:04:58)
Message:

Removing unneeded casts from errno_t to errno_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/device/clock_dev.c

    r76c8209 r7fa8589  
    6767
    6868        async_wait_for(req, &rc);
    69         return (errno_t)rc;
     69        return rc;
    7070}
    7171
     
    9898
    9999        async_wait_for(req, &rc);
    100         return (errno_t)rc;
     100        return rc;
    101101}
    102102
Note: See TracChangeset for help on using the changeset viewer.