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:
Augustin Cavalier
2026-07-21 22:30:18 +00:00
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;