diff options
-rw-r--r-- | drivers/spi/spi-orion.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/spi-orion.c b/drivers/spi/spi-orion.c index b341235d2947..ca52300baeb1 100644 --- a/drivers/spi/spi-orion.c +++ b/drivers/spi/spi-orion.c | |||
@@ -762,8 +762,8 @@ static int orion_spi_probe(struct platform_device *pdev) | |||
762 | } | 762 | } |
763 | if (spi->unused_hw_gpio == -1) { | 763 | if (spi->unused_hw_gpio == -1) { |
764 | dev_info(&pdev->dev, | 764 | dev_info(&pdev->dev, |
765 | "Selected unused HW CS#%d " | 765 | "Selected unused HW CS#%d for any GPIO CSes\n", |
766 | "for any GPIO CSes\n", i); | 766 | i); |
767 | spi->unused_hw_gpio = i; | 767 | spi->unused_hw_gpio = i; |
768 | } | 768 | } |
769 | } | 769 | } |