aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um')
-rw-r--r--arch/um/drivers/chan_kern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/chan_kern.c b/arch/um/drivers/chan_kern.c
index 1bb920c0d77a..36df55ad64c2 100644
--- a/arch/um/drivers/chan_kern.c
+++ b/arch/um/drivers/chan_kern.c
@@ -629,7 +629,7 @@ void chan_interrupt(struct list_head *chans, struct work_struct *task,
629 do { 629 do {
630 if((tty != NULL) && 630 if((tty != NULL) &&
631 (tty->flip.count >= TTY_FLIPBUF_SIZE)){ 631 (tty->flip.count >= TTY_FLIPBUF_SIZE)){
632 schedule_work(task); 632 schedule_delayed_work(task, 1);
633 goto out; 633 goto out;
634 } 634 }
635 err = chan->ops->read(chan->fd, &c, chan->data); 635 err = chan->ops->read(chan->fd, &c, chan->data);