On Fri, May 30, 2014 at 06:14:40PM +0100, srinivas.kandagatla@xxxxxxxxxx wrote: > @@ -1325,6 +1329,18 @@ static void mmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) > if (!ios->clock && variant->pwrreg_clkgate) > pwr &= ~MCI_PWR_ON; > > + 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.) In fact, additional useless parens result in readability being harmed. If you don't know the C precedence rules and as a result feel the need to litter your code with additional parens, then you really shouldn't be touching C code in the first place. :) -- FTTC broadband for 0.8mile line: now at 9.7Mbps down 460kbps up... slowly improving, and getting towards what was expected from it. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html