Re: [PATCH v3 03/13] mmc: mmci: Add Qualcomm Id to amba id table

From: Srinivas Kandagatla
Date: Tue May 27 2014 - 09:49:45 EST




On 26/05/14 18:00, Srinivas Kandagatla wrote:
Hi Ulf,

On 26/05/14 10:10, Ulf Hansson wrote:
Hi Srinivas,


+static struct variant_data variant_qcom = {
+ .fifosize = 16 * 4,
+ .fifohalfsize = 8 * 4,
+ .clkreg = MCI_CLK_ENABLE,
+ .datalength_bits = 24,
+ .blksz_datactrl4 = true,

You get compile error here.
yes, You are right, I will reorder this patch after the "mmc: mmci: Add
Qcom datactrl register variant"

Actually, blksz_datactrl4 should not be in this patch. it is part of "mmc: mmci: Add Qcom datactrl register variant" will remove it from this patch in next version.

--srini


Thanks,
srini

Kind regards
Ulf Hansson

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/