diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-25 00:10:37 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-07-25 00:10:37 +0000 |
commit | 7831006360f8bf1879ac0765b4fc86ef5910d9b8 (patch) | |
tree | b5db7b60f088f02425e304cac2b8abff8a47f8df /target/linux/brcm63xx | |
parent | 163b24d09204a5dcaac754711e4e5b4fe0fc47f1 (diff) | |
download | upstream-7831006360f8bf1879ac0765b4fc86ef5910d9b8.tar.gz upstream-7831006360f8bf1879ac0765b4fc86ef5910d9b8.tar.bz2 upstream-7831006360f8bf1879ac0765b4fc86ef5910d9b8.zip |
fix a typo in 040-bcm963xx_flashmap.patch
SVN-Revision: 22386
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.33/040-bcm963xx_flashmap.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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; |