Changeset 15624 in vbox for trunk/src/VBox/Additions/linux/module
- Timestamp:
- Dec 17, 2008 9:10:58 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/vboxmod.c
r15613 r15624 415 415 } 416 416 } 417 return RTErrConvertToErrno (rc);417 return -RTErrConvertToErrno (rc); 418 418 } 419 419 … … 459 459 unsigned haveParms = 0; 460 460 int rc = 0; 461 461 462 462 pInfo = kmalloc(u32Size, GFP_KERNEL); 463 463 if (pInfo == NULL) … … 515 515 unsigned haveParms = 0; 516 516 int rc = 0; 517 517 518 518 pInfo = kmalloc(u32Size, GFP_KERNEL); 519 519 if (pInfo == NULL)
Note:
See TracChangeset
for help on using the changeset viewer.