[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <E0D3336E15B58B4294723AC879BA5E9426232D@IRVEXCHMB15.corp.ad.broadcom.com>
Date: Mon, 15 Jun 2015 16:51:12 +0000
From: Ilya Faenson <ifaenson@...adcom.com>
To: Marcel Holtmann <marcel@...tmann.org>
CC: Guenter Roeck <linux@...ck-us.net>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Frederic Danis <frederic.danis@...ux.intel.com>,
BlueZ development <linux-bluetooth@...r.kernel.org>,
"linux-serial@...r.kernel.org" <linux-serial@...r.kernel.org>
Subject: RE: Build error -in -next due to 'Bluetooth: hci_uart: Support
operational speed during setup'
Hi Marcel,
-----Original Message-----
From: Marcel Holtmann [mailto:marcel@...tmann.org]
Sent: Monday, June 15, 2015 10:43 AM
To: Ilya Faenson
Cc: Guenter Roeck; linux-kernel@...r.kernel.org; Frederic Danis; BlueZ development; linux-serial@...r.kernel.org
Subject: Re: Build error -in -next due to 'Bluetooth: hci_uart: Support operational speed during setup'
Hi Ilya,
>>> alpha:allmodconfig fails to build in -next with
>>>
>>> drivers/bluetooth/hci_ldisc.c: In function 'hci_uart_set_baudrate':
>>> drivers/bluetooth/hci_ldisc.c:276:22: error: 'BOTHER' undeclared
>>>
>>> BOTHER is not defined for all architectures and otherwise only
>>> used with '#ifdef BOTHER'.
>>
>> thanks for the report. Is this something that should be #ifdef at the using side or maybe just fixed for the other architectures.
>>
>
> So far it has been fixed with #ifdef, and this is the first code which
> uses it outside drivers/tty. So my first tendency would be to fix it
> on the user side.
>
> However, looking into it, I think only alpha and avr32 are affected.
> Let me submit patches against those and see where it goes.
>
> IF: The BOTHER flag should not be involved in setting the baud rate at all. I've published a patch last week that implements the hci_uart_set_baudrate properly (in my opinion).
can you extract this and just submit that version. We might just take that into hci_ldisc.c right away.
IF: I've published my version now, thanks.
However fixing the #ifdef around BOTHER is useful as well since they look unneeded. At least I can not see a reason why a platform would not define them.
Regards
Marcel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists