Changeset d5c1051 in mainline for uspace/lib/drv/generic/remote_nic.c
- Timestamp:
- 2017-12-20T22:25:34Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 39b54fe
- Parents:
- 8610c2c
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-20 22:22:29)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-20 22:25:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_nic.c
r8610c2c rd5c1051 216 216 return rc; 217 217 218 return (int)res;218 return res; 219 219 } 220 220 … … 243 243 return rc; 244 244 245 return (int)res;245 return res; 246 246 } 247 247 … … 301 301 return rc; 302 302 303 return (int)res;303 return res; 304 304 } 305 305 … … 635 635 return rc; 636 636 637 return (int)res;637 return res; 638 638 } 639 639 … … 723 723 return rc; 724 724 725 return (int)res;725 return res; 726 726 } 727 727 … … 884 884 return rc; 885 885 886 return (int)res;886 return res; 887 887 } 888 888 … … 944 944 return rc; 945 945 946 return (int)res;946 return res; 947 947 } 948 948 … … 1011 1011 1012 1012 *id = IPC_GET_ARG1(result); 1013 return (int)res;1013 return res; 1014 1014 } 1015 1015 … … 1317 1317 return rc; 1318 1318 1319 return (int)res;1319 return res; 1320 1320 } 1321 1321
Note:
See TracChangeset
for help on using the changeset viewer.