Loading drivers/mtd/mtdconcat.c +1 −1 Original line number Diff line number Diff line Loading @@ -836,7 +836,7 @@ struct mtd_info *mtd_concat_create(struct mtd_info *subdev[], /* subdevices to c /* * walk the map of the new device once more and fill in * in erase region info: * erase region info: */ curr_erasesize = subdev[0]->erasesize; begin = position = 0; Loading Loading
drivers/mtd/mtdconcat.c +1 −1 Original line number Diff line number Diff line Loading @@ -836,7 +836,7 @@ struct mtd_info *mtd_concat_create(struct mtd_info *subdev[], /* subdevices to c /* * walk the map of the new device once more and fill in * in erase region info: * erase region info: */ curr_erasesize = subdev[0]->erasesize; begin = position = 0; Loading