Input: remove private member from input_dev structure
[linux-2.6] / drivers / bluetooth / hci_ldisc.c
index e68821d..7e31d5f 100644 (file)
@@ -208,6 +208,7 @@ static int hci_uart_close(struct hci_dev *hdev)
                return 0;
 
        hci_uart_flush(hdev);
+       hdev->flush = NULL;
        return 0;
 }