Merge 3.8-rc5 into tty-next
[deliverable/linux.git] / drivers / usb / serial / io_ti.c
index d6485be49ebf48b99e45437af501c2385d806a88..b5ab0a54b6b6624195419de00a6054f075c682bd 100644 (file)
@@ -530,6 +530,9 @@ static void chase_port(struct edgeport_port *port, unsigned long timeout,
        wait_queue_t wait;
        unsigned long flags;
 
+       if (!tty)
+               return;
+
        if (!timeout)
                timeout = (HZ * EDGE_CLOSING_WAIT)/100;
 
This page took 0.640969 seconds and 5 git commands to generate.