Re: [PATCH] Bluetooth: bpa10x: Use h4_recv_buf helper for frame reassembly

[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: i386-allmodconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> drivers/bluetooth/bpa10x.c:96:29: error: 'hci_recv_diag' undeclared here (not in a function)
     { HCI_RECV_VENDOR, .recv = hci_recv_diag  },
                                ^

vim +/hci_recv_diag +96 drivers/bluetooth/bpa10x.c

    90		.maxlen = HCI_MAX_FRAME_SIZE
    91	
    92	static const struct h4_recv_pkt bpa10x_recv_pkts[] = {
    93		{ H4_RECV_ACL,     .recv = hci_recv_frame },
    94		{ H4_RECV_SCO,     .recv = hci_recv_frame },
    95		{ H4_RECV_EVENT,   .recv = hci_recv_frame },
  > 96		{ HCI_RECV_VENDOR, .recv = hci_recv_diag  },
    97	};
    98	
    99	static void bpa10x_rx_complete(struct urb *urb)

---
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