summaryrefslogtreecommitdiff
path: root/drivers/misc/ti-st/st_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/ti-st/st_core.c')
-rw-r--r--drivers/misc/ti-st/st_core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/ti-st/st_core.c b/drivers/misc/ti-st/st_core.c
index d0bf4e9e46d..e8a8cb4e99c 100644
--- a/drivers/misc/ti-st/st_core.c
+++ b/drivers/misc/ti-st/st_core.c
@@ -807,6 +807,8 @@ static void st_tty_receive(struct tty_struct *tty, const unsigned char *data,
st_recv(tty->disc_data, data, count);
wake_lock_timeout(&st_wk_lock_timeout,
msecs_to_jiffies(ST_WAKE_LOCK_TIMEOUT_MS));
+
+ omap_serial_relax(tty->index);
pr_debug("done %s\n", __func__);
}