Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72701
b: refs/heads/master
c: e1efa2a
h: refs/heads/master
i:
  72699: 695d463
v: v3
  • Loading branch information
Pavel Pisa authored and Jens Axboe committed Oct 29, 2007
1 parent 9855a0c commit 84bc925
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: 513f54b78f9594927ede66b6c66a70c1bae0c4ca
refs/heads/master: e1efa2a3ea266e093f690c20af7522d95540f74f
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/imxmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ static void imxmci_setup_data(struct imxmci_host *host, struct mmc_data *data)
}

/* Convert back to virtual address */
host->data_ptr = (u16*)sg_virt(sg);
host->data_ptr = (u16*)sg_virt(data->sg);
host->data_cnt = 0;

clear_bit(IMXMCI_PEND_DMA_DATA_b, &host->pending_events);
Expand Down

0 comments on commit 84bc925

Please sign in to comment.