]> git.karo-electronics.de Git - linux-beck.git/commitdiff
spi/pl022: Fix error message
authorRoland Stigge <stigge@antcom.de>
Tue, 9 Sep 2014 13:17:50 +0000 (15:17 +0200)
committerMark Brown <broonie@linaro.org>
Tue, 9 Sep 2014 15:21:51 +0000 (16:21 +0100)
This patch fixes an error message typo ("not" missing).

Signed-off-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-pl022.c

index 1189cfd96477c7cb53236d110b4a077b3aeb270a..f1f0a587e4fcd596d0df0f6de579ed954c17ebbc 100644 (file)
@@ -2136,7 +2136,7 @@ static int pl022_probe(struct amba_device *adev, const struct amba_id *id)
                                                cs_gpio);
                                else if (gpio_direction_output(cs_gpio, 1))
                                        dev_err(&adev->dev,
-                                               "could set gpio %d as output\n",
+                                               "could not set gpio %d as output\n",
                                                cs_gpio);
                        }
                }