From: kbuild test robot <lkp@intel.com>
To: s.gottschall@dd-wrt.com
Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org,
Sebastian Gottschall <s.gottschall@newmedia-net.de>,
kvalo@codeaurora.org, kbuild-all@01.org
Subject: Re: [PATCH] v6 ath10k: add LED and GPIO controlling support for various chipsets
Date: Tue, 20 Feb 2018 09:03:01 +0800 [thread overview]
Message-ID: <201802200846.ylPFYKFl%fengguang.wu@intel.com> (raw)
In-Reply-To: <20180218164940.25451-1-s.gottschall@dd-wrt.com>
[-- Attachment #1: Type: text/plain, Size: 1376 bytes --]
Hi Sebastian,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on v4.16-rc2]
[also build test ERROR on next-20180219]
[cannot apply to ath6kl/ath-next]
[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/s-gottschall-dd-wrt-com/v6-ath10k-add-LED-and-GPIO-controlling-support-for-various-chipsets/20180219-185214
config: x86_64-randconfig-s3-02200659 (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
drivers/net//wireless/ath/ath10k/core.c: In function 'ath10k_unregister_led':
>> drivers/net//wireless/ath/ath10k/core.c:2283:36: error: 'struct ath10k_gpiocontrol' has no member named 'cdev'
led_classdev_unregister(&ar->gpio->cdev);
^~
vim +2283 drivers/net//wireless/ath/ath10k/core.c
2278
2279 static void ath10k_unregister_led(struct ath10k *ar)
2280 {
2281 #ifdef CONFIG_GPIOLIB
2282 if (ar->gpio)
> 2283 led_classdev_unregister(&ar->gpio->cdev);
2284 #endif
2285 }
2286
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 31635 bytes --]
[-- Attachment #3: Type: text/plain, Size: 146 bytes --]
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
prev parent reply other threads:[~2018-02-20 1:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-18 16:49 [PATCH] v6 ath10k: add LED and GPIO controlling support for various chipsets s.gottschall
2018-02-19 9:22 ` Julian Calaby
2018-02-20 1:03 ` 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=201802200846.ylPFYKFl%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=ath10k@lists.infradead.org \
--cc=kbuild-all@01.org \
--cc=kvalo@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
--cc=s.gottschall@dd-wrt.com \
--cc=s.gottschall@newmedia-net.de \
/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