intel_extreme: fix a warning on 64bit platform.
This commit is contained in:
parent
2080509cb0
commit
915ff0f535
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user