All of lore.kernel.org
 help / color / mirror / Atom feed
* [sound:topic/brcfmac-fixes 1/4] drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c:164:2: error: implicit declaration of function 'brcm_err'
@ 2017-02-27 15:36 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2017-02-27 15:36 UTC (permalink / raw)
  To: Hans de Goede; +Cc: Takashi Iwai, alsa-devel, kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1450 bytes --]

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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 39968 bytes --]

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-27 15:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-27 15:36 [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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.