Re: [PATCH v5 11/13] mmc: mmci: add explicit clk control

From: Srinivas Kandagatla
Date: Sun Jun 01 2014 - 14:13:37 EST


Thanks Russell,

On 31/05/14 13:29, Russell King - ARM Linux wrote:

>+ if ((host->variant->explicit_mclk_control) &&
>+ (ios->clock != host->clock_cache)) {
Please explain what use these parens have (or just get rid of them as
they're completely unnecessary - they do nothing for readability.)
I agree, will fix this in next version, It was a left over from my previous patches which had one more variable in that first check.

Thanks,
srini
--
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/