Fixed driver name in error message about KMS active.

Seems some code came from cirrus driver by copy & paste. Fixed
this in error message about device already in use by KMS module.

Signed-off-by: Stefan Dirsch <sndirsch@suse.de>
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Stefan Dirsch
2014-03-18 12:00:12 +01:00
parent e54f2fdb7a
commit f4fa79c12c

View File

@@ -312,7 +312,7 @@ ASTProbe(DriverPtr drv, int flags)
"ast: The PCI device 0x%x at %2.2d@%2.2d:%2.2d:%1.1d has a kernel module claiming it.\n",
pPci->device_id, pPci->bus, pPci->domain, pPci->dev, pPci->func);
xf86DrvMsg(0, X_ERROR,
"cirrus: This driver cannot operate until it has been unloaded.\n");
"ast: This driver cannot operate until it has been unloaded.\n");
xf86UnclaimPciSlot(pPci, devSections[0]);
free(devSections);
return FALSE;