2
0
forked from Ivasoft/openwrt

ar71xx: wrap long lines

(build errors has been fixed - juhosg)

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>

SVN-Revision: 23977
This commit is contained in:
Gabor Juhos
2010-11-12 18:51:04 +00:00
parent eef802855a
commit acd8ad4de5
10 changed files with 29 additions and 19 deletions

View File

@@ -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;
}