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

2016-03-01 Thread Amitkumar Karwar
ATCH v3] Bluetooth: hci_uart: Support firmware download > for Marvell > > O > > +/* Get standard baud rate, given the speed */ static unsigned int > > +get_baud_rate(unsigned int speed) { > > + switch (speed) { > > + case 9600: > > + return

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

2016-03-01 Thread One Thousand Gnomes
O > +/* Get standard baud rate, given the speed */ > +static unsigned int get_baud_rate(unsigned int speed) > +{ > + switch (speed) { > + case 9600: > + return B9600; > + case 19200: > + return B19200; > + case 38400: > + return B38400; > + ca

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

2016-03-01 Thread kbuild test robot
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-Karw