uxa: Pass the correct parameters to intel_detect_chipset()

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-07-23 22:59:16 +01:00
parent 40d90dfd86
commit 554fce8a65
1 changed files with 1 additions and 2 deletions

View File

@ -186,8 +186,7 @@ static void PreInitCleanup(ScrnInfoPtr scrn)
static void intel_check_chipset_option(ScrnInfoPtr scrn)
{
intel_screen_private *intel = intel_get_screen_private(scrn);
intel->info =
intel_detect_chipset(scrn, intel->pEnt->device, intel->PciInfo);
intel->info = intel_detect_chipset(scrn, intel->pEnt, intel->PciInfo);
}
static Bool I830GetEarlyOptions(ScrnInfoPtr scrn)