Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce636452 authored by Roel Kluin's avatar Roel Kluin Committed by Linus Torvalds
Browse files

tifm_sd: DATA_CARRY is not boolean in tifm_sd_transfer_data()



DATA_CARRY is not boolean

Signed-off-by: default avatarRoel Kluin <12o3l@tiscali.nl>
Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent afbf331e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);