public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Amitkumar Karwar <akarwar@marvell.com>
Cc: kbuild-all@01.org, linux-bluetooth@vger.kernel.org,
	Cathy Luo <cluo@marvell.com>,
	linux-kernel@vger.kernel.org,
	Nishant Sarmukadam <nishants@marvell.com>,
	Ganapathi Bhat <gbhat@marvell.com>,
	Amitkumar Karwar <akarwar@marvell.com>
Subject: Re: [PATCH v3] Bluetooth: hci_uart: Support firmware download for Marvell
Date: Wed, 2 Mar 2016 04:58:09 +0800	[thread overview]
Message-ID: <201603020421.CyY34KkL%fengguang.wu@intel.com> (raw)
In-Reply-To: <1456852109-14298-1-git-send-email-akarwar@marvell.com>

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

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 #2: .config.gz --]
[-- Type: application/octet-stream, Size: 45128 bytes --]

  parent reply	other threads:[~2016-03-01 20:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-01 17:08 [PATCH v3] Bluetooth: hci_uart: Support firmware download for Marvell Amitkumar Karwar
2016-03-01 17:08 ` [PATCH BlueZ v3] tools/btattach: add marvell support Amitkumar Karwar
2016-03-01 20:58 ` kbuild test robot [this message]
2016-03-01 21:59 ` [PATCH v3] Bluetooth: hci_uart: Support firmware download for Marvell One Thousand Gnomes
2016-03-02  6:47   ` Amitkumar Karwar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201603020421.CyY34KkL%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=akarwar@marvell.com \
    --cc=cluo@marvell.com \
    --cc=gbhat@marvell.com \
    --cc=kbuild-all@01.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nishants@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox