[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201603020421.CyY34KkL%fengguang.wu@intel.com>
Date: Wed, 2 Mar 2016 04:58:09 +0800
From: kbuild test robot <lkp@...el.com>
To: Amitkumar Karwar <akarwar@...vell.com>
Cc: kbuild-all@...org, linux-bluetooth@...r.kernel.org,
Cathy Luo <cluo@...vell.com>, linux-kernel@...r.kernel.org,
Nishant Sarmukadam <nishants@...vell.com>,
Ganapathi Bhat <gbhat@...vell.com>,
Amitkumar Karwar <akarwar@...vell.com>
Subject: Re: [PATCH v3] Bluetooth: hci_uart: Support firmware download for
Marvell
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
Download attachment ".config.gz" of type "application/octet-stream" (45128 bytes)
Powered by blists - more mailing lists