diff options
Diffstat (limited to 'drivers/mmc/host/bcm2835.c')
| -rw-r--r-- | drivers/mmc/host/bcm2835.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/bcm2835.c b/drivers/mmc/host/bcm2835.c index 7e0d3a49c06d..bb31e13648d6 100644 --- a/drivers/mmc/host/bcm2835.c +++ b/drivers/mmc/host/bcm2835.c | |||
| @@ -597,7 +597,7 @@ static void bcm2835_finish_request(struct bcm2835_host *host) | |||
| 597 | struct dma_chan *terminate_chan = NULL; | 597 | struct dma_chan *terminate_chan = NULL; |
| 598 | struct mmc_request *mrq; | 598 | struct mmc_request *mrq; |
| 599 | 599 | ||
| 600 | cancel_delayed_work_sync(&host->timeout_work); | 600 | cancel_delayed_work(&host->timeout_work); |
| 601 | 601 | ||
| 602 | mrq = host->mrq; | 602 | mrq = host->mrq; |
| 603 | 603 | ||
