aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/metag_da.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/metag_da.c')
-rw-r--r--drivers/tty/metag_da.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/metag_da.c b/drivers/tty/metag_da.c
index 0e888621f484..7332e2ca4615 100644
--- a/drivers/tty/metag_da.c
+++ b/drivers/tty/metag_da.c
@@ -495,7 +495,7 @@ static int dashtty_write(struct tty_struct *tty, const unsigned char *buf,
count = dport->xmit_cnt;
/* xmit buffer no longer empty? */
if (count)
- INIT_COMPLETION(dport->xmit_empty);
+ reinit_completion(&dport->xmit_empty);
mutex_unlock(&dport->xmit_lock);
if (total) {