Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87391
b: refs/heads/master
c: ce63645
h: refs/heads/master
i:
  87389: a01cb25
  87387: 7b2b986
  87383: ccdb354
  87375: 4756aab
  87359: ffd985f
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Mar 15, 2008
1 parent 4f86570 commit ab99768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: afbf331ed1252c85753ac6790356c11e171f3d0b
refs/heads/master: ce636452343af0522d2666157dab9c2096f4f996
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/tifm_sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static void tifm_sd_transfer_data(struct tifm_sd *host)
host->sg_pos++;
if (host->sg_pos == host->sg_len) {
if ((r_data->flags & MMC_DATA_WRITE)
&& DATA_CARRY)
&& (host->cmd_flags & DATA_CARRY))
writel(host->bounce_buf_data[0],
host->dev->addr
+ SOCK_MMCSD_DATA);
Expand Down

0 comments on commit ab99768

Please sign in to comment.