Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196691
b: refs/heads/master
c: 91bb649
h: refs/heads/master
i:
  196689: b3a3af8
  196687: 9985d03
v: v3
  • Loading branch information
Dmitry Shmidt authored and Daniel Walker committed Mar 18, 2010
1 parent e57a30e commit 1500d1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 24bbd7d5b422cde6a149ac2f9ac6e61e66536532
refs/heads/master: 91bb64952a8c57826b01878925bea8831c71a492
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/msm_sdcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,8 +853,6 @@ msmsdcc_request(struct mmc_host *mmc, struct mmc_request *mrq)
return;
}

host->curr.mrq = mrq;

/* Need to drop the host lock here in case
* the busclk wd fires
*/
Expand All @@ -863,6 +861,8 @@ msmsdcc_request(struct mmc_host *mmc, struct mmc_request *mrq)
msmsdcc_enable_clocks(host);
spin_lock_irqsave(&host->lock, flags);

host->curr.mrq = mrq;

if (mrq->data && mrq->data->flags & MMC_DATA_READ)
/* Queue/read data, daisy-chain command when data starts */
msmsdcc_start_data(host, mrq->data, mrq->cmd, 0);
Expand Down

0 comments on commit 1500d1d

Please sign in to comment.