projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46dc089
)
fix typo
author
Nicolas Thill
<nico@openwrt.org>
Tue, 11 Sep 2007 13:44:55 +0000
(13:44 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 11 Sep 2007 13:44:55 +0000
(13:44 +0000)
SVN-Revision: 8747
target/linux/ar7/files/drivers/mtd/ar7part.c
patch
|
blob
|
history
diff --git
a/target/linux/ar7/files/drivers/mtd/ar7part.c
b/target/linux/ar7/files/drivers/mtd/ar7part.c
index bb121b4133e929e914824b251f03fd7d908e56f4..11115752391fec55c0593ade424ea69cc0e78d7d 100644
(file)
--- a/
target/linux/ar7/files/drivers/mtd/ar7part.c
+++ b/
target/linux/ar7/files/drivers/mtd/ar7part.c
@@
-42,7
+42,7
@@
static int create_mtd_partitions(struct mtd_info *master,
{
struct ar7_bin_rec header;
unsigned int offset, len;
- unsigned int pre_size = master->erasesize, post_size = 0
,
+ unsigned int pre_size = master->erasesize, post_size = 0
;
unsigned int root_offset = 0xe0000;
int retries = 10;