serial: move delta_msr_wait into the tty_port
[deliverable/linux.git] / drivers / serial / sunsab.c
index 7c4f2fe8e24657691ddd75eada2ffc44cfd844c2..d1ad34128635d215c83348bd57ee72bf88894f96 100644 (file)
@@ -297,7 +297,7 @@ static void check_status(struct uart_sunsab_port *up,
                up->port.icount.dsr++;
        }
 
-       wake_up_interruptible(&up->port.state->delta_msr_wait);
+       wake_up_interruptible(&up->port.state->port.delta_msr_wait);
 }
 
 static irqreturn_t sunsab_interrupt(int irq, void *dev_id)
This page took 0.025816 seconds and 5 git commands to generate.