mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-23 07:59:23 +07:00
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc: Add missing "\n" to log message
This commit is contained in:
commit
c70ecc7765
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user