Re: [PATCH 03/19] bluetooth: hci_ldisc: Remove dead code

2015-12-01 Thread Marcel Holtmann
Hi Peter, > The N_HCI ldisc does not define a flush_buffer() ldisc method, so > the check when opening the ldisc is always false. > > Cc: Marcel Holtmann > Cc: Johan Hedberg > Cc: > Signed-off-by: Peter Hurley > --- > drivers/bluetooth/hci_ldisc.c | 8 +--- > 1 file changed, 1 insertion(+)

[PATCH 03/19] bluetooth: hci_ldisc: Remove dead code

2015-11-27 Thread Peter Hurley
The N_HCI ldisc does not define a flush_buffer() ldisc method, so the check when opening the ldisc is always false. Cc: Marcel Holtmann Cc: Johan Hedberg Cc: Signed-off-by: Peter Hurley --- drivers/bluetooth/hci_ldisc.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git