From 6ef255b4dc63eb1144cf0f330eef46639db08228 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 19 Nov 2008 17:11:10 +0000 Subject: fix-glamo-mci-no-need-for-suspend-fake-command.patch Signed-off-by: Andy Green --- drivers/mfd/glamo/glamo-mci.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'drivers/mfd/glamo') diff --git a/drivers/mfd/glamo/glamo-mci.c b/drivers/mfd/glamo/glamo-mci.c index 0c8c1974f39..32ace262cac 100644 --- a/drivers/mfd/glamo/glamo-mci.c +++ b/drivers/mfd/glamo/glamo-mci.c @@ -575,13 +575,6 @@ static void glamo_mci_send_request(struct mmc_host *mmc) int n; int timeout = 100000000; - if (host->suspending) { - dev_err(&host->pdev->dev, "faking cmd %d " - "during suspend\n", cmd->opcode); - mmc_request_done(mmc, mrq); - return; - } - host->ccnt++; /* * somehow 2.6.24 MCI manages to issue MMC_WRITE_BLOCK *without* the -- cgit v1.2.3