projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: add AR934X specific bootstrap and reset register bits
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
drivers
/
spi
/
spi_vsc7385.c
diff --git
a/target/linux/ar71xx/files/drivers/spi/spi_vsc7385.c
b/target/linux/ar71xx/files/drivers/spi/spi_vsc7385.c
index
3935650
..
9340df2
100644
(file)
--- a/
target/linux/ar71xx/files/drivers/spi/spi_vsc7385.c
+++ b/
target/linux/ar71xx/files/drivers/spi/spi_vsc7385.c
@@
-398,7
+398,8
@@
static int vsc7385_upload_ucode(struct vsc7385 *vsc)
rc = vsc7385_read(vsc, VSC73XX_BLOCK_SYSTEM, 0,
VSC73XX_ICPU_SRAM, &curVal);
if (rc) {
- dev_err(&spi->dev, "could not read microcode %d\n",rc);
+ dev_err(&spi->dev, "could not read microcode %d\n",
+ rc);
goto out;
}
This page took
0.023882 seconds
and
4
git commands to generate.