Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61e89e65 authored by Roland Stigge's avatar Roland Stigge Committed by Mark Brown
Browse files

spi/pl022: Fix error message



This patch fixes an error message typo ("not" missing).

Signed-off-by: default avatarRoland Stigge <stigge@antcom.de>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 7d1311b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
			}
		}