Re: [PATCH v3] Bluetooth: hci_uart: Support firmware download for Marvell

From: kbuild test robot
Date: Tue Mar 01 2016 - 15:59:26 EST


Hi Ganapathi,

[auto build test ERROR on bluetooth-next/master]
[also build test ERROR on next-20160301]
[cannot apply to v4.5-rc6]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url: https://github.com/0day-ci/linux/commits/Amitkumar-Karwar/Bluetooth-hci_uart-Support-firmware-download-for-Marvell/20160302-011458
base: https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master
config: sparc-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=sparc

All errors (new ones prefixed by >>):

drivers/bluetooth/hci_mrvl.c: In function 'get_baud_rate':
>> drivers/bluetooth/hci_mrvl.c:348:10: error: 'B3000000' undeclared (first use in this function)
return B3000000;
^
drivers/bluetooth/hci_mrvl.c:348:10: note: each undeclared identifier is reported only once for each function it appears in

vim +/B3000000 +348 drivers/bluetooth/hci_mrvl.c

342 return B460800;
343 case 921600:
344 return B921600;
345 case 2000000:
346 return B2000000;
347 case 3000000:
> 348 return B3000000;
349 default:
350 return -1;
351 }

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

Attachment: .config.gz
Description: Binary data