serial: move delta_msr_wait into the tty_port
[pandora-kernel.git] / drivers / serial / zs.c
index b9c9fb9..1a7fd3e 100644 (file)
@@ -686,7 +686,7 @@ static void zs_status_handle(struct zs_port *zport, struct zs_port *zport_a)
                        uport->icount.rng++;
 
                if (delta)
-                       wake_up_interruptible(&uport->state->delta_msr_wait);
+                       wake_up_interruptible(&uport->state->port.delta_msr_wait);
 
                spin_lock(&scc->zlock);
        }