radeon_hd: Missed a % for a B_PRI

This commit is contained in:
Alexander von Gluck IV 2013-12-18 16:27:22 -06:00
parent d3a119a2b4
commit 233507b3cd

View File

@ -921,7 +921,7 @@ ddc2_dp_read_edid1(uint32 connectorIndex, edid1_info* edid)
status_t result = dp_aux_get_i2c_byte(dpInfo->auxPin, 0x50,
rdata++, false, false);
if (result != B_OK) {
TRACE("%s: error reading EDID data at index " B_PRIu32 ", "
TRACE("%s: error reading EDID data at index %" B_PRIu32 ", "
"result = 0x%lX\n", __func__, i, result);
dp_aux_get_i2c_byte(dpInfo->auxPin, 0x50, &sdata, false, true);
return false;