Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cee687ce authored by Rolf Eike Beer's avatar Rolf Eike Beer Committed by Pierre Ossman
Browse files

Add missing "\n" to log message

parent ecd744ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1301,7 +1301,7 @@ static int __devinit sdhci_probe_slot(struct pci_dev *pdev, int slot)

	if ((chip->quirks & SDHCI_QUIRK_BROKEN_DMA) &&
		(host->flags & SDHCI_USE_DMA)) {
		DBG("Disabling DMA as it is marked broken");
		DBG("Disabling DMA as it is marked broken\n");
		host->flags &= ~SDHCI_USE_DMA;
	}