From: Roland Stigge Date: Tue, 9 Sep 2014 13:17:50 +0000 (+0200) Subject: spi/pl022: Fix error message X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=61e89e65e31516cae8124599e43be955eb10514c;p=linux-beck.git spi/pl022: Fix error message This patch fixes an error message typo ("not" missing). Signed-off-by: Roland Stigge Signed-off-by: Mark Brown --- diff --git a/drivers/spi/spi-pl022.c b/drivers/spi/spi-pl022.c index 1189cfd96477..f1f0a587e4fc 100644 --- a/drivers/spi/spi-pl022.c +++ b/drivers/spi/spi-pl022.c @@ -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); } }