From patchwork Fri Nov 9 11:39:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 12787 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 5FC404C16A7 for ; Fri, 9 Nov 2012 11:46:13 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 10D10A18790 for ; Fri, 9 Nov 2012 11:46:12 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so5478728iej.11 for ; Fri, 09 Nov 2012 03:46:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=jMHzzoTQhD0dZITZUx6vonZarW/ArE1WkHcjTiRLaCw=; b=RJ9gDjjN2WSWbXqHlpOg4lgovqzTySdFtj1OmclFeZR0df+M1c/Kmr015GhrD26RI+ 4IoDhQQIm87apW9Axc37KARWwUWA39Xx0g+iB/AFVSZK+OBbNInGX7TP0uUuQJdZhq+B yYv+4s9+2X+uLP87LegaD+39W3PhkFabPsd4QEN21GLddr5LMZNirewg0h3DuLelQXLs 4BI8ppIKNjO5Kx5df412CfQuRG7Dyn6QBk/iLnJwoLukrtjoclU23s/sr2t0T1d705Wr 1c1UKYttmnSfvVJkcboAXOhfL5llYuibRh6LsefJTEMQShd9uZvPQtY1RUvrDE0o7286 6DNQ== Received: by 10.50.91.195 with SMTP id cg3mr1014505igb.57.1352461572852; Fri, 09 Nov 2012 03:46:12 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp15772igt; Fri, 9 Nov 2012 03:46:12 -0800 (PST) Received: by 10.68.232.200 with SMTP id tq8mr10115444pbc.52.1352461572381; Fri, 09 Nov 2012 03:46:12 -0800 (PST) Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by mx.google.com with ESMTPS id h9si39042455paw.163.2012.11.09.03.46.12 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 09 Nov 2012 03:46:12 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.44 is neither permitted nor denied by best guess record for domain of tushar.behera@linaro.org) client-ip=209.85.220.44; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.44 is neither permitted nor denied by best guess record for domain of tushar.behera@linaro.org) smtp.mail=tushar.behera@linaro.org Received: by mail-pa0-f44.google.com with SMTP id fb11so2732437pad.3 for ; Fri, 09 Nov 2012 03:46:12 -0800 (PST) Received: by 10.66.85.69 with SMTP id f5mr30987105paz.50.1352461572023; Fri, 09 Nov 2012 03:46:12 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id tm8sm17629901pbc.48.2012.11.09.03.46.08 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 09 Nov 2012 03:46:11 -0800 (PST) From: Tushar Behera To: linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org Cc: cjb@laptop.org, patches@linaro.org Subject: [PATCH 6/8] mmc: sdhci: fix coding style in sdhci_execute_tuning Date: Fri, 9 Nov 2012 17:09:56 +0530 Message-Id: <1352461198-21941-7-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1352461198-21941-1-git-send-email-tushar.behera@linaro.org> References: <1352461198-21941-1-git-send-email-tushar.behera@linaro.org> X-Gm-Message-State: ALoCoQnMnevyGZT/jvuFNhgBVcR3MFT9Y2Ey7T7qIFrDmsf8JH3GNzq40x+HdHaAADgVl6esvsUe Signed-off-by: Tushar Behera --- drivers/mmc/host/sdhci.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index b947155..4bed582 100644 --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c @@ -1792,9 +1792,9 @@ static int sdhci_execute_tuning(struct mmc_host *mmc, u32 opcode) requires_tuning_nonuhs = true; if (((ctrl & SDHCI_CTRL_UHS_MASK) == SDHCI_CTRL_UHS_SDR104) || - requires_tuning_nonuhs) + requires_tuning_nonuhs) { ctrl |= SDHCI_CTRL_EXEC_TUNING; - else { + } else { spin_unlock(&host->lock); enable_irq(host->irq); sdhci_runtime_pm_put(host);