Skip to content

Commit

Permalink
spi/pl022: Fix error message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Roland Stigge authored and Mark Brown committed Sep 9, 2014
1 parent 7d1311b commit 61e89e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/spi-pl022.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 61e89e6

Please sign in to comment.