intel: drop misleading driver name from gen_get_device_info()

This commit is contained in:
Mike Blumenkrantz
2019-04-15 12:20:54 -04:00
committed by Kenneth Graunke
parent 24af0f1318
commit 7b2468bf6e
+1 -1
View File
@@ -1183,7 +1183,7 @@ gen_get_device_info(int devid, struct gen_device_info *devinfo)
case id: *devinfo = gen_device_info_##family; break;
#include "pci_ids/i965_pci_ids.h"
default:
fprintf(stderr, "i965_dri.so does not support the 0x%x PCI ID.\n", devid);
fprintf(stderr, "Driver does not support the 0x%x PCI ID.\n", devid);
return false;
}