Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tifm_sd: DATA_CARRY is not boolean in tifm_sd_transfer_data()

DATA_CARRY is not boolean

Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Roel Kluin and committed by
Linus Torvalds
ce636452 afbf331e

+1 -1
+1 -1
drivers/mmc/host/tifm_sd.c
··· 180 180 host->sg_pos++; 181 181 if (host->sg_pos == host->sg_len) { 182 182 if ((r_data->flags & MMC_DATA_WRITE) 183 - && DATA_CARRY) 183 + && (host->cmd_flags & DATA_CARRY)) 184 184 writel(host->bounce_buf_data[0], 185 185 host->dev->addr 186 186 + SOCK_MMCSD_DATA);