[PATCH] v6 ath10k: add LED and GPIO controlling support for various chipsets
kbuild test robot
lkp at intel.com
Mon Feb 19 17:03:01 PST 2018
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 31635 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/ath10k/attachments/20180220/417185cc/attachment-0001.gz>
More information about the ath10k
mailing list