From: Heiner Kallweit <hkallweit1@gmail.com>
To: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, Ulf Hansson <ulf.hansson@linaro.org>,
"linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>,
Shawn Lin <shawn.lin@rock-chips.com>
Subject: Re: [PATCH v2 2/2] mmc: use new core function mmc_get_dma_dir
Date: Sun, 26 Mar 2017 20:37:42 +0200 [thread overview]
Message-ID: <64902537-a4dc-42dd-3be8-aa0f4acd3de7@gmail.com> (raw)
In-Reply-To: <201703262329.HGjB85Id%fengguang.wu@intel.com>
Am 26.03.2017 um 17:37 schrieb kbuild test robot:
> Hi Heiner,
>
> [auto build test ERROR on linus/master]
> [also build test ERROR on v4.11-rc3 next-20170324]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
>
> url: https://github.com/0day-ci/linux/commits/Heiner-Kallweit/mmc-factor-out-getting-dma-direction-from-host-drivers/20170326-215045
> config: arm-at91_dt_defconfig (attached as .config)
> compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
> reproduce:
> wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # save the attached .config to linux build tree
> make.cross ARCH=arm
>
> All errors (new ones prefixed by >>):
>
> drivers/mmc/host/atmel-mci.c: In function 'atmci_prepare_data_pdc':
>>> drivers/mmc/host/atmel-mci.c:1134:6: error: 'dir' undeclared (first use in this function)
> ((dir == DMA_FROM_DEVICE) ? XFER_RECEIVE : XFER_TRANSMIT));
> ^~~
I removed dir and missed to change this statement. I will send a fixed version of the patch set.
> drivers/mmc/host/atmel-mci.c:1134:6: note: each undeclared identifier is reported only once for each function it appears in
>
> vim +/dir +1134 drivers/mmc/host/atmel-mci.c
>
> 24011f34 Ludovic Desroches 2012-05-16 1128 for (i = 0; i < host->data_size; i++)
> 24011f34 Ludovic Desroches 2012-05-16 1129 host->buffer[i] = swab32(host->buffer[i]);
> 24011f34 Ludovic Desroches 2012-05-16 1130 }
> 7a90dcc2 Ludovic Desroches 2012-05-16 1131
> 796211b7 Ludovic Desroches 2011-08-11 1132 if (host->data_size)
> 796211b7 Ludovic Desroches 2011-08-11 1133 atmci_pdc_set_both_buf(host,
> 796211b7 Ludovic Desroches 2011-08-11 @1134 ((dir == DMA_FROM_DEVICE) ? XFER_RECEIVE : XFER_TRANSMIT));
> 796211b7 Ludovic Desroches 2011-08-11 1135
> 796211b7 Ludovic Desroches 2011-08-11 1136 return iflags;
> 796211b7 Ludovic Desroches 2011-08-11 1137 }
>
> :::::: The code at line 1134 was first introduced by commit
> :::::: 796211b7953bd1036670359f31cd97f309322107 mmc: atmel-mci: add pdc support and runtime capabilities detection
>
> :::::: TO: Ludovic Desroches <ludovic.desroches@atmel.com>
> :::::: CC: Chris Ball <cjb@laptop.org>
>
> ---
> 0-DAY kernel test infrastructure Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all Intel Corporation
>
prev parent reply other threads:[~2017-03-26 19:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-24 20:01 [PATCH v2 0/2] mmc: factor out getting dma direction from host drivers Heiner Kallweit
2017-03-24 20:02 ` [PATCH v2 1/2] mmc: core: add mmc_get_dma_dir Heiner Kallweit
2017-03-24 20:07 ` [PATCH v2 2/2] mmc: use new core function mmc_get_dma_dir Heiner Kallweit
2017-03-26 15:37 ` kbuild test robot
2017-03-26 18:37 ` Heiner Kallweit [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=64902537-a4dc-42dd-3be8-aa0f4acd3de7@gmail.com \
--to=hkallweit1@gmail.com \
--cc=kbuild-all@01.org \
--cc=linux-mmc@vger.kernel.org \
--cc=lkp@intel.com \
--cc=shawn.lin@rock-chips.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