Re: [RFC] Bluetooth: btusb: Add support for Broadcom LM_DIAG interface

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Marcel,

[auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore]

config: xtensa-allyesconfig (attached as .config)
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
        # save the attached .config to linux build tree
        make.cross ARCH=xtensa 

All errors (new ones prefixed by >>):

   drivers/bluetooth/btusb.c: In function 'btusb_diag_complete':
   drivers/bluetooth/btusb.c:893:4: error: implicit declaration of function 'hci_recv_diag' [-Werror=implicit-function-declaration]
       hci_recv_diag(hdev, skb);
       ^
   drivers/bluetooth/btusb.c: In function 'btusb_probe':
>> drivers/bluetooth/btusb.c:2883:7: error: 'struct hci_dev' has no member named 'set_diag'
      hdev->set_diag = btusb_bcm_set_diag;
          ^
   drivers/bluetooth/btusb.c:2892:7: error: 'struct hci_dev' has no member named 'set_diag'
      hdev->set_diag = btusb_bcm_set_diag;
          ^
   cc1: some warnings being treated as errors

vim +2883 drivers/bluetooth/btusb.c

  2877		if (id->driver_info & BTUSB_BCM92035)
  2878			hdev->setup = btusb_setup_bcm92035;
  2879	
  2880	#ifdef CONFIG_BT_HCIBTUSB_BCM
  2881		if (id->driver_info & BTUSB_BCM_PATCHRAM) {
  2882			hdev->setup = btbcm_setup_patchram;
> 2883			hdev->set_diag = btusb_bcm_set_diag;
  2884			hdev->set_bdaddr = btbcm_set_bdaddr;
  2885	
  2886			/* Broadcom LM_DIAG Interface numbers are hardcoded */

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux