These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / tty / serial / clps711x.c
index d5d2dd7..b3a4e0c 100644 (file)
@@ -500,7 +500,7 @@ static int uart_clps711x_probe(struct platform_device *pdev)
 
        platform_set_drvdata(pdev, s);
 
-       s->gpios = mctrl_gpio_init(&pdev->dev, 0);
+       s->gpios = mctrl_gpio_init_noauto(&pdev->dev, 0);
        if (IS_ERR(s->gpios))
            return PTR_ERR(s->gpios);