mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 21:10:05 +01:00
Add fix for 460gx pci scan code.
This commit is contained in:
parent
8266a2581d
commit
9286a5d032
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ xf86PostScan460GX(void)
|
|||
if (pPCI->funcnum > 0)
|
||||
break;
|
||||
|
||||
if ((pBusInfo = pciBusInfo[busno_460gx[i]]))
|
||||
if ((pBusInfo == pciBusInfo[busno_460gx[i]]))
|
||||
break;
|
||||
|
||||
/* Fix bus linkage */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue