aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/max3107.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/max3107.c')
-rw-r--r--drivers/tty/serial/max3107.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/max3107.c b/drivers/tty/serial/max3107.c
index 910870edf70..750b4f62731 100644
--- a/drivers/tty/serial/max3107.c
+++ b/drivers/tty/serial/max3107.c
@@ -833,7 +833,7 @@ static int max3107_startup(struct uart_port *port)
struct max3107_port *s = container_of(port, struct max3107_port, port);
/* Initialize work queue */
- s->workqueue = create_freezeable_workqueue("max3107");
+ s->workqueue = create_freezable_workqueue("max3107");
if (!s->workqueue) {
dev_err(&s->spi->dev, "Workqueue creation failed\n");
return -EBUSY;