[PATCH 1/2] ath6kl_sdio: Add reset gpio module parameter for CHIP_PWD_L pin
kbuild test robot
lkp at intel.com
Mon Nov 16 23:42:58 PST 2015
Hi Steve,
[auto build test WARNING on wireless-drivers/master]
[also build test WARNING on v4.4-rc1 next-20151117]
url: https://github.com/0day-ci/linux/commits/Steve-deRosier/ath6kl_sdio-add-control-of-CHIP_PWD_L-via-GPIO/20151117-133751
base: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git master
config: i386-allyesconfig (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All warnings (new ones prefixed by >>):
>> WARNING: drivers/net/wireless/built-in.o(.init.text+0x22f3): Section mismatch in reference from the function ath6kl_sdio_init() to the function .exit.text:ath6kl_sdio_release_gpio()
The function __init ath6kl_sdio_init() references
a function __exit ath6kl_sdio_release_gpio().
This is often seen when error handling in the init function
uses functionality in the exit path.
The fix is often to remove the __exit annotation of
ath6kl_sdio_release_gpio() so it may be used outside an exit section.
---
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/octet-stream
Size: 51205 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/ath6kl/attachments/20151117/ec988f77/attachment-0001.obj>
More information about the ath6kl
mailing list