From: Jo-Philipp Wich Date: Sun, 25 Jul 2010 00:10:37 +0000 (+0000) Subject: fix a typo in 040-bcm963xx_flashmap.patch X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7831006360f8bf1879ac0765b4fc86ef5910d9b8;p=openwrt%2Fstaging%2Fmkresin.git fix a typo in 040-bcm963xx_flashmap.patch SVN-Revision: 22386 --- 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 5f3e0a2734..c6526ca7dd 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;