mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 20:21:05 +02:00
[brcm63xx] fix a typo in 040-bcm963xx_flashmap.patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22386 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
507c1634ee
commit
00dc5ed796
@ -140,7 +140,7 @@ Signed-off-by: Axel Gembe <ago@bastart.eu.org>
|
||||
+ return -ENOMEM;
|
||||
+
|
||||
+ /* Get the tag */
|
||||
+ ret = master->read(master,mater->erasesize,sizeof(struct bcm_tag), &retlen, (void *)buf);
|
||||
+ ret = master->read(master, master->erasesize, sizeof(struct bcm_tag), &retlen, (void *)buf);
|
||||
+ if (retlen != sizeof(struct bcm_tag)){
|
||||
+ vfree(buf);
|
||||
+ return -EIO;
|
||||
|
Loading…
x
Reference in New Issue
Block a user