usb_disk: Change a dprintf to CALLED.
(cherry picked from commit b861fcbd866e04256d46725bd5a26f3ea1c5ff8c) Change-Id: I314b98b8a5c7a0f1e3304b473b82fa759dff60f3 Reviewed-on: https://review.haiku-os.org/c/haiku/+/11307 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
0c29b31205
commit
d56f3f2265
@@ -132,7 +132,7 @@ void
|
||||
usb_disk_free_device_and_luns(disk_device *device)
|
||||
{
|
||||
ASSERT_LOCKED_MUTEX(&device->lock);
|
||||
dprintf("usb_disk_free_device_and_luns\n");
|
||||
CALLED();
|
||||
|
||||
for (uint8 i = 0; i < device->lun_count; i++) {
|
||||
delete device->luns[i]->io_scheduler;
|
||||
|
||||
Reference in New Issue
Block a user