xfree86: delete useless "Primary device is not PCI" message
The primary device being PCI or not has no effect on the server working. This message is superfluous. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
This commit is contained in:
parent
7360235ecc
commit
01ad3725a8
|
@ -1307,15 +1307,10 @@ xf86PciMatchDriver(char* matches[], int nmatches) {
|
|||
}
|
||||
|
||||
pci_iterator_destroy(iter);
|
||||
|
||||
if (!info) {
|
||||
ErrorF("Primary device is not PCI\n");
|
||||
}
|
||||
#ifdef __linux__
|
||||
else {
|
||||
if (info)
|
||||
matchDriverFromFiles(matches, info->vendor_id, info->device_id);
|
||||
}
|
||||
#endif /* __linux__ */
|
||||
#endif
|
||||
|
||||
for (i = 0; (i < nmatches) && (matches[i]); i++) {
|
||||
/* find end of matches list */
|
||||
|
|
Loading…
Reference in New Issue