debian/patches/bugfix/all/agpgart-Reprobe-VGA-devices-new-GART-device-added.patch:

Fix patch.

svn path=/dists/sid/linux-2.6/; revision=15290
This commit is contained in:
Bastian Blank 2010-02-28 10:57:03 +00:00
parent 2f60f3c636
commit 9765b66cd2
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ index c3ab46d..f9680bf 100644
+{
+ struct pci_dev *pdev = NULL;
+
+ while ((pdev = pci_get_class(0x030000, pdev)) != NULL) {
+ while ((pdev = pci_get_class(0x030000, pdev)) != NULL)
+ if (!pdev->dev.driver && device_reprobe(&pdev->dev))
+ pr_err(PFX "failed to reprobe %s\n", pci_name(pdev));
+}