提交 61e89e65 编写于 作者: R Roland Stigge 提交者: Mark Brown

spi/pl022: Fix error message

This patch fixes an error message typo ("not" missing).
Signed-off-by: NRoland Stigge <stigge@antcom.de>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 7d1311b9
...@@ -2136,7 +2136,7 @@ static int pl022_probe(struct amba_device *adev, const struct amba_id *id) ...@@ -2136,7 +2136,7 @@ static int pl022_probe(struct amba_device *adev, const struct amba_id *id)
cs_gpio); cs_gpio);
else if (gpio_direction_output(cs_gpio, 1)) else if (gpio_direction_output(cs_gpio, 1))
dev_err(&adev->dev, dev_err(&adev->dev,
"could set gpio %d as output\n", "could not set gpio %d as output\n",
cs_gpio); cs_gpio);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册