]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/power/reset/gpio-restart.c
power: reset: gpio-restart: Fix typo when gpio reset is not found
[linux.git] / drivers / power / reset / gpio-restart.c
index 2880cd5ae0d2932f4599e41fddbd9cf862bd7a37..308ca9d9d276b5e898ab958930c1e20f0a74c106 100644 (file)
@@ -65,7 +65,7 @@ static int gpio_restart_probe(struct platform_device *pdev)
        gpio_restart->reset_gpio = devm_gpiod_get(&pdev->dev, NULL,
                        open_source ? GPIOD_IN : GPIOD_OUT_LOW);
        if (IS_ERR(gpio_restart->reset_gpio)) {
-               dev_err(&pdev->dev, "Could net get reset GPIO\n");
+               dev_err(&pdev->dev, "Could not get reset GPIO\n");
                return PTR_ERR(gpio_restart->reset_gpio);
        }