intel_extreme: fix a warning on 64bit platform.

This commit is contained in:
Adrien Destugues 2016-08-27 09:38:06 +02:00
parent 2080509cb0
commit 915ff0f535

View File

@ -311,7 +311,7 @@ init_driver(void)
gDeviceInfo[found]->device_type = kSupportedDevices[type].type;
gDeviceInfo[found]->pch_info = pchInfo;
dprintf(DEVICE_NAME ": (%ld) %s, revision = 0x%x\n", found,
dprintf(DEVICE_NAME ": (%" B_PRId32 ") %s, revision = 0x%x\n", found,
kSupportedDevices[type].name, info->revision);
found++;