sdhci_pci: Removed unused call.

removed what i think is useles call for reading driver data
probably used for testing previously.

Built and tested with sd mounting.

Change-Id: I078fdd0e0d99f0a719700be14fd12d34ad56ca06
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10588
Tested-by: Commit checker robot <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
unknown rurouni
2026-04-24 08:46:06 +00:00
committed by Adrien Destugues
parent 0133e29029
commit 46c9f1a94a
@@ -300,10 +300,6 @@ supports_device_pci(device_node* parent)
}
}
pci_device_module_info* pci;
pci_device* device;
gDeviceManager->get_driver(parent, (driver_module_info**)&pci,
(void**)&device);
TRACE("SDHCI Device found! Subtype: 0x%04x, type: 0x%04x\n",
subType, type);