public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Baolin Wang <baolin.wang@linaro.org>
Cc: kbuild-all@01.org, balbi@ti.com, sre@kernel.org,
	dbaryshkov@gmail.com, dwmw2@infradead.org, broonie@kernel.org,
	linux-kernel@vger.kernel.org, baolin.wang@linaro.org,
	gregkh@linuxfoundation.org, peter.chen@freescale.com,
	stern@rowland.harvard.edu, r.baldyga@samsung.com,
	yoshihiro.shimoda.uh@renesas.com, linux-usb@vger.kernel.org,
	device-mainlining@lists.linuxfoundation.org,
	sameo@linux.intel.com, lee.jones@linaro.org,
	ckeepax@opensource.wolfsonmicro.com,
	patches@opensource.wolfsonmicro.com, linux-pm@vger.kernel.org
Subject: Re: [PATCH v5 5/5] power: wm831x_power: Support USB charger current limit management
Date: Fri, 6 Nov 2015 20:12:46 +0800	[thread overview]
Message-ID: <201511062004.6jszXf4x%fengguang.wu@intel.com> (raw)
In-Reply-To: <a4b2c2a54dd8a16769894d0f1e3223b2e8c17e65.1446807916.git.baolin.wang@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 1767 bytes --]

Hi Baolin,

[auto build test ERROR on v4.3-rc7]
[also build test ERROR on next-20151106]

url:    https://github.com/0day-ci/linux/commits/Baolin-Wang/Introduce-usb-charger-framework-to-deal-with-the-usb-gadget-power-negotation/20151106-194008
config: i386-allmodconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   In file included from drivers/power/wm831x_power.c:16:0:
>> include/linux/usb/usb_charger.h:53:24: error: field 'old_gadget_state' has incomplete type
     enum usb_device_state old_gadget_state;
                           ^

vim +/old_gadget_state +53 include/linux/usb/usb_charger.h

714a0d15 Baolin Wang 2015-11-06  47  	/* for supporting extcon usb gpio */
714a0d15 Baolin Wang 2015-11-06  48  	struct extcon_dev	*extcon_dev;
714a0d15 Baolin Wang 2015-11-06  49  	struct usb_charger_nb	extcon_nb;
714a0d15 Baolin Wang 2015-11-06  50  
714a0d15 Baolin Wang 2015-11-06  51  	/* for supporting usb gadget */
714a0d15 Baolin Wang 2015-11-06  52  	struct usb_gadget	*gadget;
714a0d15 Baolin Wang 2015-11-06 @53  	enum usb_device_state	old_gadget_state;
714a0d15 Baolin Wang 2015-11-06  54  	struct notifier_block	gadget_nb;
714a0d15 Baolin Wang 2015-11-06  55  
714a0d15 Baolin Wang 2015-11-06  56  	/* for supporting power supply */

:::::: The code at line 53 was first introduced by commit
:::::: 714a0d150788929d583a0c0961bfaa4242be83f3 gadget: Introduce the usb charger framework

:::::: TO: Baolin Wang <baolin.wang@linaro.org>
:::::: CC: 0day robot <fengguang.wu@intel.com>

---
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: 51598 bytes --]

      reply	other threads:[~2015-11-06 12:13 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-06 11:35 [PATCH v5 0/5] Introduce usb charger framework to deal with the usb gadget power negotation Baolin Wang
2015-11-06 11:35 ` [PATCH v5 1/5] gadget: Introduce the notifier functions Baolin Wang
2015-11-06 12:33   ` kbuild test robot
2015-11-06 16:56   ` Greg KH
2015-11-06 21:24     ` Mark Brown
2015-11-09  2:02     ` Baolin Wang
2015-11-06 11:35 ` [PATCH v5 2/5] gadget: Introduce the usb charger framework Baolin Wang
2015-11-06 11:35 ` [PATCH v5 3/5] gadget: Support for " Baolin Wang
2015-11-06 13:10   ` kbuild test robot
2015-11-06 11:35 ` [PATCH v5 4/5] gadget: Integrate with the usb gadget supporting for usb charger Baolin Wang
2015-11-06 11:35 ` [PATCH v5 5/5] power: wm831x_power: Support USB charger current limit management Baolin Wang
2015-11-06 12:12   ` 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=201511062004.6jszXf4x%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=balbi@ti.com \
    --cc=baolin.wang@linaro.org \
    --cc=broonie@kernel.org \
    --cc=ckeepax@opensource.wolfsonmicro.com \
    --cc=dbaryshkov@gmail.com \
    --cc=device-mainlining@lists.linuxfoundation.org \
    --cc=dwmw2@infradead.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=kbuild-all@01.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=patches@opensource.wolfsonmicro.com \
    --cc=peter.chen@freescale.com \
    --cc=r.baldyga@samsung.com \
    --cc=sameo@linux.intel.com \
    --cc=sre@kernel.org \
    --cc=stern@rowland.harvard.edu \
    --cc=yoshihiro.shimoda.uh@renesas.com \
    /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