diff options
author | Arkadiusz Miskiewicz <arekm@maven.pl> | 2007-12-11 23:53:03 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-12-11 23:53:03 -0500 |
commit | 9e5efdecd12092031a4aebce58747cb4a6f48f28 (patch) | |
tree | 7bbedb07924073099129f4499cb3b686cf92f692 /src/r128_probe.c | |
parent | f3d2ec3a5ae61215c792018320158750e7aa937c (diff) |
sparse fixes and cleanups from arekm
Diffstat (limited to 'src/r128_probe.c')
-rw-r--r-- | src/r128_probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r128_probe.c b/src/r128_probe.c index b2298dff..0be21e8a 100644 --- a/src/r128_probe.c +++ b/src/r128_probe.c @@ -193,7 +193,7 @@ R128Probe(DriverPtr drv, int flags) pScrn = NULL; if((pScrn = xf86ConfigPciEntity(pScrn, 0, usedChips[i], - R128PciChipsets, 0, 0, 0, 0, 0))) + R128PciChipsets, NULL, NULL, NULL, NULL, NULL))) { pScrn->driverVersion = R128_VERSION_CURRENT; pScrn->driverName = R128_DRIVER_NAME; |