Ignore:
Timestamp:
2020-01-09T01:04:58Z (4 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/drv/generic/remote_usbdiag.c

    r76c8209 r7fa8589  
    8989        async_wait_for(req, &retval);
    9090
    91         return (errno_t) retval;
     91        return retval;
    9292}
    9393
     
    123123        async_wait_for(req, &retval);
    124124
    125         return (errno_t) retval;
     125        return retval;
    126126}
    127127
Note: See TracChangeset for help on using the changeset viewer.