mmc: replace printk with appropriate display macro
[deliverable/linux.git] / drivers / mmc / host / mmci.c
index 40e4c055812e58aa2d9d4357bd2ce57a86c3f8bb..4602771658c0815c7dffc39c1ade1b30fb72ba08 100644 (file)
@@ -464,7 +464,7 @@ static void mmci_get_next_data(struct mmci_host *host, struct mmc_data *data)
        struct mmci_host_next *next = &host->next_data;
 
        if (data->host_cookie && data->host_cookie != next->cookie) {
-               printk(KERN_WARNING "[%s] invalid cookie: data->host_cookie %d"
+               pr_warning("[%s] invalid cookie: data->host_cookie %d"
                       " host->next_data.cookie %d\n",
                       __func__, data->host_cookie, host->next_data.cookie);
                data->host_cookie = 0;
This page took 0.023677 seconds and 5 git commands to generate.