projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e34ff01
)
spi: bcm2835: fix code formatting issue
author
Martin Sperl
<kernel@martin.sperl.org>
Sun, 29 Mar 2015 14:03:23 +0000
(16:03 +0200)
committer
Mark Brown
<broonie@kernel.org>
Sun, 29 Mar 2015 16:51:53 +0000
(09:51 -0700)
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Tested-by: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-bcm2835.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-bcm2835.c
b/drivers/spi/spi-bcm2835.c
index 0dbe544e8be41ba91394a49549d9117f892cc395..2e6533e34b19f3b581861947dadf7890f138e433 100644
(file)
--- a/
drivers/spi/spi-bcm2835.c
+++ b/
drivers/spi/spi-bcm2835.c
@@
-289,8
+289,7
@@
static int bcm2835_spi_setup(struct spi_device *spi)
/* error in the case of native CS requested with CS-id > 2 */
dev_err(&spi->dev,
- "setup: only three native chip-selects are supported\n"
- );
+ "setup: only three native chip-selects are supported\n");
return -EINVAL;
}