X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/507c1634eed257fdc7b6ecb1d307771a0f7c7632..00dc5ed7963150a30d08a181011b93b8103853bb:/target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch diff --git a/target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch b/target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch index 5f3e0a273..c6526ca7d 100644 --- a/target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch +++ b/target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch @@ -140,7 +140,7 @@ Signed-off-by: Axel Gembe + 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;