mmc: replace printk with appropriate display macro
[deliverable/linux.git] / drivers / mmc / host / via-sdmmc.c
index faf3594745f528d815427bb9df8c93df22ab5e04..4b83c43f950d4634498ae809cbd40e827eec0339 100644 (file)
@@ -1192,7 +1192,7 @@ static void __devexit via_sd_remove(struct pci_dev *pcidev)
        mmiowb();
 
        if (sdhost->mrq) {
-               printk(KERN_ERR "%s: Controller removed during "
+               pr_err("%s: Controller removed during "
                        "transfer\n", mmc_hostname(sdhost->mmc));
 
                /* make sure all DMA is stopped */
This page took 0.025181 seconds and 5 git commands to generate.