From: kbuild test robot <lkp@intel.com>
To: Chaotian Jing <chaotian.jing@mediatek.com>
Cc: kbuild-all@01.org, Ulf Hansson <ulf.hansson@linaro.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
Jaehoon Chung <jh80.chung@samsung.com>,
Chaotian Jing <chaotian.jing@mediatek.com>,
Adrian Hunter <adrian.hunter@intel.com>,
Fabio Estevam <fabio.estevam@freescale.com>,
Johan Rudholm <johan.rudholm@axis.com>,
Gwendal Grignou <gwendal@chromium.org>,
linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, srv_heupstream@mediatek.com,
Sascha Hauer <kernel@pengutronix.de>
Subject: Re: [PATCH] mmc: core: Fix init_card in 52Mhz
Date: Thu, 8 Oct 2015 14:51:00 +0800 [thread overview]
Message-ID: <201510081423.MpXUr5VB%fengguang.wu@intel.com> (raw)
In-Reply-To: <1444286462-23571-1-git-send-email-chaotian.jing@mediatek.com>
[-- Attachment #1: Type: text/plain, Size: 1061 bytes --]
Hi Chaotian,
[auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore]
config: i386-randconfig-i1-201540 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
drivers/mmc/card/mmc_test.c: In function 'mmc_test_hw_reset':
>> drivers/mmc/card/mmc_test.c:2275:8: error: implicit declaration of function 'mmc_send_status' [-Werror=implicit-function-declaration]
err = mmc_send_status(card, NULL);
^
cc1: some warnings being treated as errors
vim +/mmc_send_status +2275 drivers/mmc/card/mmc_test.c
2269 struct mmc_host *host = card->host;
2270 int err;
2271
2272 if (!mmc_card_mmc(card) || !mmc_can_reset(card))
2273 return RESULT_UNSUP_CARD;
2274
> 2275 err = mmc_send_status(card, NULL);
2276 if (err)
2277 return err;
2278
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 20381 bytes --]
next prev parent reply other threads:[~2015-10-08 6:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-08 6:41 Chaotian Jing
2015-10-08 6:51 ` kbuild test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-09-30 3:28 Chaotian Jing
2015-09-30 8:24 ` Adrian Hunter
2015-09-30 9:03 ` Chaotian Jing
2015-09-30 13:01 ` Adrian Hunter
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=201510081423.MpXUr5VB%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=adrian.hunter@intel.com \
--cc=chaotian.jing@mediatek.com \
--cc=fabio.estevam@freescale.com \
--cc=gwendal@chromium.org \
--cc=jh80.chung@samsung.com \
--cc=johan.rudholm@axis.com \
--cc=kbuild-all@01.org \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-mmc@vger.kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=srv_heupstream@mediatek.com \
--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
all inboxes | Powered by JetHome®