ahci: removes supports_device trace.

This commit is contained in:
Jérôme Duval
2013-12-01 20:36:45 +01:00
parent 0121ba0845
commit e83ea9f818
+3 -2
View File
@@ -10,7 +10,8 @@
#define TRACE(a...) dprintf("ahci: " a)
#define FLOW(a...) dprintf("ahci: " a)
//#define FLOW(a...) dprintf("ahci: " a)
#define FLOW(a...)
#define AHCI_ID_GENERATOR "ahci/id"
#define AHCI_ID_ITEM "ahci/id"
@@ -210,7 +211,7 @@ ahci_supports_device(device_node *parent)
const char *name;
const char *bus;
TRACE("ahci_supports_device\n");
FLOW("ahci_supports_device\n");
if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false)
< B_OK)