From: Justin P. Mattock Date: Tue, 15 Jun 2010 01:26:40 +0000 (-0700) Subject: Bluetooth: Fix warning: variable 'tty' set but not used X-Git-Tag: v2.6.36-rc1~571^2~64^2~48^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7452d24cfb91e84f9be61beda5ad68d2a56d0938;p=pandora-kernel.git Bluetooth: Fix warning: variable 'tty' set but not used The patch below fixes a warning message when using gcc 4.6.0. CC [M] drivers/bluetooth/hci_ldisc.o drivers/bluetooth/hci_ldisc.c: In function 'hci_uart_send_frame': drivers/bluetooth/hci_ldisc.c:213:21: warning: variable 'tty' set but not used Signed-off-by: Justin P. Mattock Reviewed-By: Gustavo F. Padovan Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed