]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_uart: check the return value of recv()
authorJiejing Zhang <kzjeef@gmail.com>
Thu, 7 Apr 2011 12:37:06 +0000 (20:37 +0800)
committerGustavo F. Padovan <padovan@profusion.mobi>
Wed, 13 Apr 2011 15:20:03 +0000 (12:20 -0300)
commit2c69375c2d2c6c881115e05092590e390e981ad0
tree74d4fd7f19aa4bb496c58ce036019e7deca666c6
parent6d8252a970145086b2e62cb35432d59c4f6d8a3f
Bluetooth: hci_uart: check the return value of recv()

Check the return value of hu->proto->recv() in hci_uart_tty_receive()
the recv() may return error, check it, not add this to statistics.

Signed-off-by: Jiejing Zhang <jiejing.zhang@freescale.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
drivers/bluetooth/hci_ath.c
drivers/bluetooth/hci_ldisc.c