projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[include] cmake.mk: fix passing of LDFLAGS
[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) {
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;
}
goto out;
}
This page took
0.027151 seconds
and
4
git commands to generate.