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/ma... -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