[alsa-devel] [sound:topic/brcfmac-fixes 1/4] drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c:164:2: error: implicit declaration of function 'brcm_err'
kbuild test robot
fengguang.wu at intel.com
Mon Feb 27 16:36:52 CET 2017
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git topic/brcfmac-fixes
head: c61fbd73e341032a7843e6da9dc63414152f7381
commit: e66cb6d7f8abcc90969fa5cf0a87f12954bdee9e [1/4] brcmfmac: Do not print the firmware version as an error
config: openrisc-allmodconfig (attached as .config)
compiler: or32-linux-gcc (GCC) 4.5.1-or32-1.0rc1
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
git checkout e66cb6d7f8abcc90969fa5cf0a87f12954bdee9e
# save the attached .config to linux build tree
make.cross ARCH=openrisc
All errors (new ones prefixed by >>):
drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c: In function 'brcmf_c_preinit_dcmds':
>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c:164:2: error: implicit declaration of function 'brcm_err'
vim +/brcm_err +164 drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
158 goto done;
159 }
160 ptr = (char *)buf;
161 strsep(&ptr, "\n");
162
163 /* Print fw version info */
> 164 brcmf_info("Firmware version = %s\n", buf);
165
166 /* locate firmware version number for ethtool */
167 ptr = strrchr(buf, ' ') + 1;
---
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: 39968 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20170227/c080273f/attachment-0001.bin>
More information about the Alsa-devel
mailing list