From: Dave Jones Date: Mon, 13 Feb 2006 02:05:32 +0000 (-0500) Subject: [AGPGART] Improve the error message shown when we detect a ServerWorks CNB20HE X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cf5e40221bc509e13e22dc83c77c0c115eab531f;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git [AGPGART] Improve the error message shown when we detect a ServerWorks CNB20HE This chipset is unsupported, and likely to remain that way. Signed-off-by: Dave Jones --- diff --git a/drivers/char/agp/sworks-agp.c b/drivers/char/agp/sworks-agp.c index 268f78d926d3..efef9999f1cf 100644 --- a/drivers/char/agp/sworks-agp.c +++ b/drivers/char/agp/sworks-agp.c @@ -468,9 +468,7 @@ static int __devinit agp_serverworks_probe(struct pci_dev *pdev, switch (pdev->device) { case 0x0006: - /* ServerWorks CNB20HE - Fail silently.*/ - printk (KERN_ERR PFX "Detected ServerWorks CNB20HE chipset: No AGP present.\n"); + printk (KERN_ERR PFX "ServerWorks CNB20HE is unsupported due to lack of documentation.\n"); return -ENODEV; case PCI_DEVICE_ID_SERVERWORKS_HE: