Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61230
b: refs/heads/master
c: 2f176f7
h: refs/heads/master
v: v3
  • Loading branch information
Brijesh Singh authored and Artem Bityutskiy committed Jul 18, 2007
1 parent 9575954 commit cc4eee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 84a925806210e002fab29966c09b9c92f382a79d
refs/heads/master: 2f176f79877937082ce052977e552a75e23a73d1
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/ubi/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ static int do_sync_erase(const struct ubi_device *ubi, int pnum)
memset(&ei, 0, sizeof(struct erase_info));

ei.mtd = ubi->mtd;
ei.addr = pnum * ubi->peb_size;
ei.addr = (loff_t)pnum * ubi->peb_size;
ei.len = ubi->peb_size;
ei.callback = erase_callback;
ei.priv = (unsigned long)&wq;
Expand Down

0 comments on commit cc4eee8

Please sign in to comment.