From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas Kandagatla Subject: Re: [PATCH v5 11/13] mmc: mmci: add explicit clk control Date: Sun, 01 Jun 2014 19:13:28 +0100 Message-ID: <538B6D48.9060502@linaro.org> References: <1401469918-26817-1-git-send-email-srinivas.kandagatla@linaro.org> <1401470080-27277-1-git-send-email-srinivas.kandagatla@linaro.org> <20140531122945.GA20736@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140531122945.GA20736@n2100.arm.linux.org.uk> Sender: linux-mmc-owner@vger.kernel.org To: Russell King - ARM Linux Cc: Ulf Hansson , linux-mmc@vger.kernel.org, Chris Ball , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linus.walleij@linaro.org List-Id: linux-arm-msm@vger.kernel.org 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