All of lore.kernel.org
 help / color / mirror / Atom feed
From: hdegoede@redhat.com (Hans de Goede)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 1/2] ehci-platform: Add support for controllers with multiple reset lines
Date: Sun, 10 Apr 2016 10:42:52 +0200	[thread overview]
Message-ID: <570A120C.9000709@redhat.com> (raw)
In-Reply-To: <201604100602.veodMYsm%fengguang.wu@intel.com>

Hi,

On 10-04-16 00:44, kbuild test robot wrote:
> Hi Reinder,
>
> [auto build test ERROR on robh/for-next]
> [also build test ERROR on v4.6-rc2 next-20160408]
> [if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

As mentioned in the cover letter, these 2 patches depend on this stable-tag:

git://git.pengutronix.de/git/pza/linux.git tags/reset-for-4.7

Being merged into the tree where they get applied first.

Regards,

Hans



>
> url:    https://github.com/0day-ci/linux/commits/Hans-de-Goede/hci-platform-Add-support-for-controllers-with-more-then-one-reset-line/20160409-221746
> base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux for-next
> config: i386-allmodconfig (attached as .config)
> reproduce:
>          # save the attached .config to linux build tree
>          make ARCH=i386
>
> All errors (new ones prefixed by >>):
>
>     drivers/usb/host/ehci-platform.c: In function 'ehci_platform_probe':
>>> drivers/usb/host/ehci-platform.c:239:5: error: implicit declaration of function 'devm_reset_control_get_shared_by_index' [-Werror=implicit-function-declaration]
>          devm_reset_control_get_shared_by_index(
>          ^
>     drivers/usb/host/ehci-platform.c:238:22: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
>         priv->resets[rst] =
>                           ^
>     cc1: some warnings being treated as errors
>
> vim +/devm_reset_control_get_shared_by_index +239 drivers/usb/host/ehci-platform.c
>
>     233					break;
>     234				}
>     235			}
>     236	
>     237			for (rst = 0; rst < EHCI_MAX_RESETS; rst++) {
>     238				priv->resets[rst] =
>   > 239					devm_reset_control_get_shared_by_index(
>     240									&dev->dev, rst);
>     241				if (IS_ERR(priv->resets[rst])) {
>     242					err = PTR_ERR(priv->resets[rst]);
>
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
>

  reply	other threads:[~2016-04-10  8:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-09 14:15 [PATCH v5 0/2] ?hci-platform: Add support for controllers with more then one reset line Hans de Goede
2016-04-09 14:15 ` [PATCH v5 1/2] ehci-platform: Add support for controllers with multiple reset lines Hans de Goede
2016-04-09 22:44   ` kbuild test robot
2016-04-10  8:42     ` Hans de Goede [this message]
2016-04-09 14:15 ` [PATCH v5 2/2] ohci-platform: " Hans de Goede
2016-04-09 22:42   ` kbuild test robot
2016-04-11  7:34 ` [PATCH v5 0/2] ?hci-platform: Add support for controllers with more then one reset line Philipp Zabel

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=570A120C.9000709@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.