Commit 25e69172 authored by Linus Walleij's avatar Linus Walleij Committed by Ulf Hansson
Browse files

mmc: davinci_mmc: Drop dangling variable

parent 4aee1452
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -211,7 +211,6 @@ static void davinci_fifo_data_trans(struct mmc_davinci_host *host,
					unsigned int n)
{
	struct sg_mapping_iter *sgm = &host->sg_miter;
	size_t sglen;
	u8 *p;
	unsigned int i;

@@ -224,7 +223,6 @@ static void davinci_fifo_data_trans(struct mmc_davinci_host *host,
		return;
	}
	p = sgm->addr;
	sglen = sgm->length;

	/* NOTE:  we never transfer more than rw_threshold bytes
	 * to/from the fifo here; there's no I/O overlap.