mmc: emmc: revert thread name
authorkfx <kfx@rock-chips.com>
Mon, 8 Jul 2013 09:12:23 +0000 (17:12 +0800)
committerkfx <kfx@rock-chips.com>
Mon, 8 Jul 2013 09:12:23 +0000 (17:12 +0800)
drivers/mmc/card/queue.c

index 9088d26b7d517d81bc703d5849496ed692011362..9678bf579f01fe2cee9444656aceb61d3c336fcb 100644 (file)
@@ -295,7 +295,8 @@ int mmc_init_queue(struct mmc_queue *mq, struct mmc_card *card,
        sema_init(&mq->thread_sem, 1);
 
        if(HOST_IS_EMMC(card->host))
-               mq->thread = kthread_run(emmc_queue_thread, mq, "emmcqd");
+               mq->thread = kthread_run(emmc_queue_thread, mq, "mmcqd/%d%s",
+                       host->index, subname ? subname : "");
        else
                mq->thread = kthread_run(sdmmc_queue_thread, mq, "mmcqd/%d%s",
                        host->index, subname ? subname : "");