mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ar71xx: wrap long lines
(build errors has been fixed - juhosg) Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23977 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user