diff options
Diffstat (limited to 'drivers/usb/serial/mos7720.c')
-rw-r--r-- | drivers/usb/serial/mos7720.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/mos7720.c b/drivers/usb/serial/mos7720.c index 84657e07dc5d..439c951f261b 100644 --- a/drivers/usb/serial/mos7720.c +++ b/drivers/usb/serial/mos7720.c | |||
@@ -455,7 +455,7 @@ static int parport_prologue(struct parport *pp) | |||
455 | return -1; | 455 | return -1; |
456 | } | 456 | } |
457 | mos_parport->msg_pending = true; /* synch usb call pending */ | 457 | mos_parport->msg_pending = true; /* synch usb call pending */ |
458 | INIT_COMPLETION(mos_parport->syncmsg_compl); | 458 | reinit_completion(&mos_parport->syncmsg_compl); |
459 | spin_unlock(&release_lock); | 459 | spin_unlock(&release_lock); |
460 | 460 | ||
461 | mutex_lock(&mos_parport->serial->disc_mutex); | 461 | mutex_lock(&mos_parport->serial->disc_mutex); |