diff options
Diffstat (limited to 'drivers/tty/serial/max3100.c')
| -rw-r--r-- | drivers/tty/serial/max3100.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/max3100.c b/drivers/tty/serial/max3100.c index beb1afa27d8..7b951adac54 100644 --- a/drivers/tty/serial/max3100.c +++ b/drivers/tty/serial/max3100.c @@ -601,7 +601,7 @@ static int max3100_startup(struct uart_port *port)  	s->rts = 0;  	sprintf(b, "max3100-%d", s->minor); -	s->workqueue = create_freezeable_workqueue(b); +	s->workqueue = create_freezable_workqueue(b);  	if (!s->workqueue) {  		dev_warn(&s->spi->dev, "cannot create workqueue\n");  		return -EBUSY;  |