|
@@ -180,7 +180,7 @@ static void tifm_sd_transfer_data(struct tifm_sd *host)
|
|
host->sg_pos++;
|
|
host->sg_pos++;
|
|
if (host->sg_pos == host->sg_len) {
|
|
if (host->sg_pos == host->sg_len) {
|
|
if ((r_data->flags & MMC_DATA_WRITE)
|
|
if ((r_data->flags & MMC_DATA_WRITE)
|
|
- && DATA_CARRY)
|
|
|
|
|
|
+ && (host->cmd_flags & DATA_CARRY))
|
|
writel(host->bounce_buf_data[0],
|
|
writel(host->bounce_buf_data[0],
|
|
host->dev->addr
|
|
host->dev->addr
|
|
+ SOCK_MMCSD_DATA);
|
|
+ SOCK_MMCSD_DATA);
|