rpms/kernel/F-10 linux-2.6-quieter-mmc.patch,NONE,1.1

Jeremy Katz katzj at fedoraproject.org
Mon Nov 10 20:00:14 UTC 2008


Author: katzj

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26437

Added Files:
	linux-2.6-quieter-mmc.patch 
Log Message:
and actually add the patch

linux-2.6-quieter-mmc.patch:

--- NEW FILE linux-2.6-quieter-mmc.patch ---
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c
index 9bd7026..40e42b4 100644
--- a/drivers/mmc/host/sdhci-pci.c
+++ b/drivers/mmc/host/sdhci-pci.c
@@ -506,7 +506,7 @@ static struct sdhci_pci_slot * __devinit sdhci_pci_probe_slot(
 	}
 
 	if (pci_resource_len(pdev, bar) != 0x100) {
-		dev_err(&pdev->dev, "Invalid iomem size. You may "
+		dev_info(&pdev->dev, "Invalid iomem size. You may "
 			"experience problems.\n");
 	}
 




More information about the scm-commits mailing list