Skip to content
Snippets Groups Projects
Commit 78310063 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

fix a typo in 040-bcm963xx_flashmap.patch

SVN-Revision: 22386
parent 163b24d0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment