radeon_hd: style cleanup; no functional change
This commit is contained in:
@@ -764,7 +764,8 @@ debug_connectors()
|
|||||||
uint16 gpioID = gConnector[id]->gpioID;
|
uint16 gpioID = gConnector[id]->gpioID;
|
||||||
|
|
||||||
ERROR("Connector #%" B_PRIu32 ")\n", id);
|
ERROR("Connector #%" B_PRIu32 ")\n", id);
|
||||||
ERROR(" + connector: %s\n", get_connector_name(connectorType));
|
ERROR(" + connector: %s\n",
|
||||||
|
get_connector_name(connectorType));
|
||||||
ERROR(" + gpio table id: %" B_PRIu16 "\n", gpioID);
|
ERROR(" + gpio table id: %" B_PRIu16 "\n", gpioID);
|
||||||
ERROR(" + gpio hw pin: 0x%" B_PRIX32 "\n",
|
ERROR(" + gpio hw pin: 0x%" B_PRIX32 "\n",
|
||||||
gGPIOInfo[gpioID]->hwPin);
|
gGPIOInfo[gpioID]->hwPin);
|
||||||
@@ -772,7 +773,8 @@ debug_connectors()
|
|||||||
gGPIOInfo[gpioID]->valid ? "true" : "false");
|
gGPIOInfo[gpioID]->valid ? "true" : "false");
|
||||||
|
|
||||||
encoder_info* encoder = &gConnector[id]->encoder;
|
encoder_info* encoder = &gConnector[id]->encoder;
|
||||||
ERROR(" + encoder: %s\n", get_encoder_name(encoder->type));
|
ERROR(" + encoder: %s\n",
|
||||||
|
get_encoder_name(encoder->type));
|
||||||
ERROR(" - id: %" B_PRIu16 "\n", encoder->objectID);
|
ERROR(" - id: %" B_PRIu16 "\n", encoder->objectID);
|
||||||
ERROR(" - type: %s\n",
|
ERROR(" - type: %s\n",
|
||||||
encoder_name_lookup(encoder->objectID));
|
encoder_name_lookup(encoder->objectID));
|
||||||
|
|||||||
Reference in New Issue
Block a user