fix typo
authorNicolas Thill <nico@openwrt.org>
Tue, 11 Sep 2007 13:44:55 +0000 (13:44 +0000)
committerNicolas 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

index bb121b4133e929e914824b251f03fd7d908e56f4..11115752391fec55c0593ade424ea69cc0e78d7d 100644 (file)
@@ -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;