summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Blumenkrantz <[email protected]>2019-04-15 12:20:54 -0400
committerKenneth Graunke <[email protected]>2019-05-11 04:14:06 +0000
commit7b2468bf6e58b0b178f8f498fca92c9cc0a71edb (patch)
tree5c280ee541239f3ed524db80dfda659aeea459bc
parent24af0f1318967e20a8c5d7f3559389c341a0a11c (diff)
intel: drop misleading driver name from gen_get_device_info()
-rw-r--r--src/intel/dev/gen_device_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/dev/gen_device_info.c b/src/intel/dev/gen_device_info.c
index 04747593291..fec6159fd37 100644
--- a/src/intel/dev/gen_device_info.c
+++ b/src/intel/dev/gen_device_info.c
@@ -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;
}