From patchwork Fri Sep 27 04:00:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aisheng Dong X-Patchwork-Id: 2952761 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 230FABFF0B for ; Fri, 27 Sep 2013 04:12:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 299DC20316 for ; Fri, 27 Sep 2013 04:12:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CA44E201DC for ; Fri, 27 Sep 2013 04:12:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750729Ab3I0EMB (ORCPT ); Fri, 27 Sep 2013 00:12:01 -0400 Received: from mail-db9lp0249.outbound.messaging.microsoft.com ([213.199.154.249]:53636 "EHLO db9outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750707Ab3I0EMB (ORCPT ); Fri, 27 Sep 2013 00:12:01 -0400 Received: from mail128-db9-R.bigfish.com (10.174.16.228) by DB9EHSOBE019.bigfish.com (10.174.14.82) with Microsoft SMTP Server id 14.1.225.22; Fri, 27 Sep 2013 04:11:59 +0000 Received: from mail128-db9 (localhost [127.0.0.1]) by mail128-db9-R.bigfish.com (Postfix) with ESMTP id 9EDE7400B0; Fri, 27 Sep 2013 04:11:59 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: 3 X-BigFish: VS3(zzzz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6h1082kzz1de098h1de097h8275bh8275dhz2dh2a8h839hd24he5bhf0ah1288h12a5h12a9h12bdh12e5h137ah139eh13b6h1441h1504h1537h162dh1631h1758h1898h18e1h1946h19b5h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dc1h1dfeh1dffh1e23h1fe8h1ff5h1155h) Received: from mail128-db9 (localhost.localdomain [127.0.0.1]) by mail128-db9 (MessageSwitch) id 1380255117350846_19093; Fri, 27 Sep 2013 04:11:57 +0000 (UTC) Received: from DB9EHSMHS011.bigfish.com (unknown [10.174.16.232]) by mail128-db9.bigfish.com (Postfix) with ESMTP id 4F9F722025E; Fri, 27 Sep 2013 04:11:57 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by DB9EHSMHS011.bigfish.com (10.174.14.21) with Microsoft SMTP Server (TLS) id 14.16.227.3; Fri, 27 Sep 2013 04:11:57 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server (TLS) id 14.3.158.2; Fri, 27 Sep 2013 04:11:55 +0000 Received: from shlinux2.ap.freescale.net (shlinux2.ap.freescale.net [10.192.224.44]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r8R4Bq9i031833; Thu, 26 Sep 2013 21:11:52 -0700 From: Dong Aisheng To: CC: , , , , Subject: [PATCH 1/1] mmc: sdhci-of-esdhc: fix building error Date: Fri, 27 Sep 2013 12:00:14 +0800 Message-ID: <1380254414-12045-1-git-send-email-b29396@freescale.com> X-Mailer: git-send-email 1.7.2.rc3 MIME-Version: 1.0 X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-9.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP tree: git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git mmc-next head: 53279906cf17c2b6138c70f41ec8f2da53cea65f commit: d31fc00a71b4f3a52d23c5a995ccd63e50a2c877 [36/41] mmc: sdhci-esdhc: move common esdhc_set_clock to platform driver config: make ARCH=powerpc allmodconfig All error/warnings: drivers/mmc/host/sdhci-of-esdhc.c: In function 'esdhc_of_set_clock': >> drivers/mmc/host/sdhci-of-esdhc.c:229:179: error: 'host_clock' undeclared (first use in this function) dev_dbg(mmc_dev(host->mmc), "desired SD clock: %d, actual: %d\n", ^ drivers/mmc/host/sdhci-of-esdhc.c:229:179: note: each undeclared identifier is reported only once for each function it appears in vim +/host_clock +229 drivers/mmc/host/sdhci-of-esdhc.c 223 while (host->max_clk / pre_div / 16 > clock && pre_div < 256) 224 pre_div *= 2; 225 226 while (host->max_clk / pre_div / div > clock && div < 16) 227 div++; 228 > 229 dev_dbg(mmc_dev(host->mmc), "desired SD clock: %d, actual: %d\n", 230 clock, host_clock / pre_div / div); 231 232 pre_div >>= 1; Signed-off-by: Dong Aisheng Tested-by: Shawn Guo --- drivers/mmc/host/sdhci-of-esdhc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c index b1605a1..0b24997 100644 --- a/drivers/mmc/host/sdhci-of-esdhc.c +++ b/drivers/mmc/host/sdhci-of-esdhc.c @@ -227,7 +227,7 @@ static void esdhc_of_set_clock(struct sdhci_host *host, unsigned int clock) div++; dev_dbg(mmc_dev(host->mmc), "desired SD clock: %d, actual: %d\n", - clock, host_clock / pre_div / div); + clock, host->max_clk / pre_div / div); pre_div >>= 1; div--;