From fefdcf9210bde884ad8ba281a999df0a87603593 Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Fri, 19 May 2017 15:31:52 +0200 Subject: [PATCH] mmc: tmio: remove outdated comment The obviously wrong comment was added in 2011 with commit 28aab7c043a8c2 ("mmc: protect the tmio_mmc driver against a theoretical race") but already obsoleted half a year later with commit 3d72b161cfd58f ("mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabled"). Fixes: 3d72b161cfd58f ("mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabled") Reviewed-by: Geert Uytterhoeven Signed-off-by: Wolfram Sang Signed-off-by: Ulf Hansson --- drivers/mmc/host/tmio_mmc_core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/host/tmio_mmc_core.c b/drivers/mmc/host/tmio_mmc_core.c index bfe70b1cf1e1e..396ce61e634a2 100644 --- a/drivers/mmc/host/tmio_mmc_core.c +++ b/drivers/mmc/host/tmio_mmc_core.c @@ -315,7 +315,6 @@ static void tmio_mmc_reset_work(struct work_struct *work) mmc_request_done(host->mmc, mrq); } -/* called with host->lock held, interrupts disabled */ static void tmio_mmc_finish_request(struct tmio_mmc_host *host) { struct mmc_request *mrq; -- 2.39.5