Revert "Bluetooth: hci_ldisc: check HCI_UART_PROTO_READY flag in HCIUARTGETPROTO"

This reverts commit fcac1fea69.
This commit is contained in:
Ksawlii 2024-11-24 00:23:50 +01:00
parent 8091d268fa
commit 10dedc6446

View file

@ -768,8 +768,7 @@ static int hci_uart_tty_ioctl(struct tty_struct *tty, struct file *file,
break; break;
case HCIUARTGETPROTO: case HCIUARTGETPROTO:
if (test_bit(HCI_UART_PROTO_SET, &hu->flags) && if (test_bit(HCI_UART_PROTO_SET, &hu->flags))
test_bit(HCI_UART_PROTO_READY, &hu->flags))
err = hu->proto->id; err = hu->proto->id;
else else
err = -EUNATCH; err = -EUNATCH;