radeon_hd: Style cleanup of displayport.cpp

* These errors slipped in from an external patch
* No functional change
This commit is contained in:
Alexander von Gluck IV 2013-09-25 20:49:15 -05:00
parent e1d4323c6c
commit 53e2862144

View File

@ -772,7 +772,7 @@ dp_link_train(uint8 crtcID)
{
TRACE("%s\n", __func__);
uint32 connectorIndex = gDisplay[crtcID]->connectorIndex;
uint32 connectorIndex = gDisplay[crtcID]->connectorIndex;
dp_info* dp = &gConnector[connectorIndex]->dpInfo;
display_mode* mode = &gDisplay[crtcID]->currentMode;