From: kbuild test robot <lkp@intel.com>
To: Faiz Abbas <faiz_abbas@ti.com>
Cc: kbuild-all@01.org, linux-kernel@vger.kernel.org,
linux-mmc@vger.kernel.org, linux-omap@vger.kernel.org,
ulf.hansson@linaro.org, kishon@ti.com, adrian.hunter@intel.com,
faiz_abbas@ti.com
Subject: Re: [PATCH v5] mmc: sdhci-omap: Don't finish_mrq() on a command error during tuning
Date: Sat, 30 Mar 2019 13:53:17 +0800 [thread overview]
Message-ID: <201903301321.kfK13ZG5%lkp@intel.com> (raw)
In-Reply-To: <20190329121042.24415-1-faiz_abbas@ti.com>
Hi Faiz,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on ulf.hansson-mmc/next]
[also build test WARNING on v5.1-rc2 next-20190329]
[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/Faiz-Abbas/mmc-sdhci-omap-Don-t-finish_mrq-on-a-command-error-during-tuning/20190330-093057
base: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git next
reproduce:
# apt-get install sparse
make ARCH=x86_64 allmodconfig
make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__'
sparse warnings: (new ones prefixed by >>)
drivers/mmc/host/sdhci-omap.c:386:31: sparse: expression using sizeof(void)
drivers/mmc/host/sdhci-omap.c:386:31: sparse: expression using sizeof(void)
>> drivers/mmc/host/sdhci-omap.c:847:16: sparse: incorrect type in initializer (different signedness) @@ expected unsigned int ( *irq )( ... ) @@ got int enunsigned int ( *irq )( ... ) @@
drivers/mmc/host/sdhci-omap.c:847:16: expected unsigned int ( *irq )( ... )
drivers/mmc/host/sdhci-omap.c:847:16: got int enum irqreturn ( *<noident> )( ... )
include/linux/device.h:688:13: sparse: undefined identifier '__builtin_mul_overflow'
include/linux/device.h:688:13: sparse: call with no type!
vim +847 drivers/mmc/host/sdhci-omap.c
836
837 static struct sdhci_ops sdhci_omap_ops = {
838 .set_clock = sdhci_omap_set_clock,
839 .set_power = sdhci_omap_set_power,
840 .enable_dma = sdhci_omap_enable_dma,
841 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
842 .get_min_clock = sdhci_omap_get_min_clock,
843 .set_bus_width = sdhci_omap_set_bus_width,
844 .platform_send_init_74_clocks = sdhci_omap_init_74_clocks,
845 .reset = sdhci_omap_reset,
846 .set_uhs_signaling = sdhci_omap_set_uhs_signaling,
> 847 .irq = sdhci_omap_irq,
848 };
849
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
prev parent reply other threads:[~2019-03-30 5:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-29 12:10 Faiz Abbas
2019-03-29 14:00 ` Adrian Hunter
2019-03-30 5:53 ` kbuild test robot [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=201903301321.kfK13ZG5%lkp@intel.com \
--to=lkp@intel.com \
--cc=adrian.hunter@intel.com \
--cc=faiz_abbas@ti.com \
--cc=kbuild-all@01.org \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-omap@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
all inboxes | Powered by JetHome®