linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dong Aisheng <b29396@freescale.com>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: kbuild test robot <fengguang.wu@intel.com>,
	"kbuild-all@01.org" <kbuild-all@01.org>,
	linux-mmc <linux-mmc@vger.kernel.org>
Subject: Re: [ulf.hansson-mmc:next 62/67] drivers/mmc/host/sdhci.c:1199:4: error: 'mmc' undeclared
Date: Tue, 2 Sep 2014 10:17:44 +0800	[thread overview]
Message-ID: <20140902021729.GA11563@shlinux1.ap.freescale.net> (raw)
In-Reply-To: <CAPDyKFo4Xe-rvM0J-Jp3Tu1TzXgfmFBfNMtxAUm1gENy8tnj0g@mail.gmail.com>

On Mon, Sep 01, 2014 at 09:32:29AM +0200, Ulf Hansson wrote:
> On 1 September 2014 04:40, Dong Aisheng <b29396@freescale.com> wrote:
> > Hi Ulf,
> >
> > On Fri, Aug 29, 2014 at 09:27:10PM +0800, kbuild test robot wrote:
> >> tree:   git://git.linaro.org/people/ulf.hansson/mmc next
> >> head:   1a3c4f637e87dbdda6000b5d5cd9b590d3ec6f46
> >> commit: cdfd9a2374ab63189ddeb5bf456bd3418ec559ec [62/67] mmc: sdhci: add platfrom get_max_timeout_count hook
> >> config: make ARCH=x86_64 allmodconfig
> >>
> >> Note: the ulf.hansson-mmc/next HEAD 1a3c4f637e87dbdda6000b5d5cd9b590d3ec6f46 builds fine.
> >>       It only hurts bisectibility.
> >>
> >> All error/warnings:
> >>
> >>    drivers/mmc/host/sdhci.c: In function 'sdhci_set_clock':
> >> >> drivers/mmc/host/sdhci.c:1199:4: error: 'mmc' undeclared (first use in this function)
> >>        mmc->max_busy_timeout =
> >>        ^
> >>    drivers/mmc/host/sdhci.c:1199:4: note: each undeclared identifier is reported only once for each function it appears in
> >>
> >> vim +/mmc +1199 drivers/mmc/host/sdhci.c
> >>
> >>   1193
> >>   1194        clock_set:
> >>   1195                if (real_div) {
> >>   1196                        host->mmc->actual_clock = (host->max_clk * clk_mul) / real_div;
> >>   1197                        if (host->quirks & SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK) {
> >>   1198                                host->timeout_clk = host->mmc->actual_clock / 1000;
> >> > 1199                                mmc->max_busy_timeout =
> >>   1200                                                host->ops->get_max_timeout_count ?
> >>   1201                                                host->ops->get_max_timeout_count(host) :
> >>   1202                                                1 << 27;
> >>
> >
> > Sorry for this bisect issue.
> > Can you squash the following changes into the original commit to fix it?
> >
> > commit 94c10a5d2e78f7dddb67e0881799448ed5d650d3
> > Author: Dong Aisheng <b29396@freescale.com>
> > Date:   Mon Sep 1 10:33:16 2014 +0800
> >
> >     mmc: sdhci: fix bisect issue
> >
> >     Signed-off-by: Dong Aisheng <b29396@freescale.com>
> 
> Hi Dong,
> 
> Thanks for fix, I have squashed it into the original commit.
> 
> Additionally, while rebasing the branch the last patch in this series
> hit a merge conflict, but managed to fix that myself. Still you may
> want to have a look at the end result to verify I didn't screw up.
> 

I checked it's ok.
Thanks a lot.

Regards
Dong Aisheng

> Kind regards
> Uffe

      reply	other threads:[~2014-09-02  2:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <54007fae.5BYLcypTZgZbcj+t%fengguang.wu@intel.com>
     [not found] ` <20140901024022.GA24746@shlinux1.ap.freescale.net>
2014-09-01  7:32   ` [ulf.hansson-mmc:next 62/67] drivers/mmc/host/sdhci.c:1199:4: error: 'mmc' undeclared Ulf Hansson
2014-09-02  2:17     ` Dong Aisheng [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140902021729.GA11563@shlinux1.ap.freescale.net \
    --to=b29396@freescale.com \
    --cc=fengguang.wu@intel.com \
    --cc=kbuild-all@01.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=ulf.hansson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).