Changeset 7521 in vbox
- Timestamp:
- Mar 25, 2008 8:24:09 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28990
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r7396 r7521 703 703 int rc; 704 704 dprintf(("VBoxDrvLinuxUnload\n")); 705 NOREF(rc); 705 706 706 707 /* … … 721 722 VBOX_UNREGISTER_DEVFS(g_hDevFsVBoxDrv); 722 723 # endif /* devfs */ 723 rc = VBOX_UNREGISTER_DEVICE(g_iModuleMajor, DEVICE_NAME); 724 if (rc < 0) 725 { 726 dprintf(("VBOX_UNREGISTER_DEVICE failed with rc=%#x (major:%d)\n", rc, g_iModuleMajor)); 727 } 724 VBOX_UNREGISTER_DEVICE(g_iModuleMajor, DEVICE_NAME); 728 725 #endif /* !CONFIG_VBOXDRV_AS_MISC */ 729 726
Note:
See TracChangeset
for help on using the changeset viewer.