[kernel] r15290 - dists/sid/linux-2.6/debian/patches/bugfix/all

Bastian Blank waldi at alioth.debian.org
Sun Feb 28 10:57:08 UTC 2010


Author: waldi
Date: Sun Feb 28 10:57:03 2010
New Revision: 15290

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

Modified:
   dists/sid/linux-2.6/debian/patches/bugfix/all/agpgart-Reprobe-VGA-devices-new-GART-device-added.patch

Modified: dists/sid/linux-2.6/debian/patches/bugfix/all/agpgart-Reprobe-VGA-devices-new-GART-device-added.patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/bugfix/all/agpgart-Reprobe-VGA-devices-new-GART-device-added.patch	Sun Feb 28 01:17:13 2010	(r15289)
+++ dists/sid/linux-2.6/debian/patches/bugfix/all/agpgart-Reprobe-VGA-devices-new-GART-device-added.patch	Sun Feb 28 10:57:03 2010	(r15290)
@@ -42,7 +42,7 @@
 +{
 +	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));
 +}



More information about the Kernel-svn-changes mailing list