mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Fix from HEAD accidentally reverted during merge.
This commit is contained in:
@@ -380,7 +380,7 @@ xf86GetPciDomain(PCITAG Tag)
|
||||
return 1; /* Domain 0 is reserved */
|
||||
|
||||
if ((result = PCI_DOM_FROM_TAG(Tag)) != 0)
|
||||
return result;
|
||||
return result + 1;
|
||||
|
||||
if ((fd = linuxPciOpenFile(dev, FALSE)) < 0)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user