Changes in uspace/lib/usbhid/src/hidiface.c [77ad86c:d87561c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hidiface.c
r77ad86c rd87561c 90 90 return EINVAL; 91 91 92 if ( (buf == NULL))92 if (buf == NULL) 93 93 return ENOMEM; 94 94 … … 184 184 return EINVAL; 185 185 186 if ( (buf == NULL))186 if (buf == NULL) 187 187 return ENOMEM; 188 188
Note:
See TracChangeset
for help on using the changeset viewer.