Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68494
b: refs/heads/master
c: 0bf9733
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Jul 23, 2007
1 parent 75c6323 commit 225f6a7
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: e733450b675dfc07940c21b4832207c79059246f
refs/heads/master: 0bf9733d0d65ebb413d62204ad8e328e0a0b9407
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/mtdconcat.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ concat_writev(struct mtd_info *mtd, const struct kvec *vecs,

/* Check alignment */
if (mtd->writesize > 1) {
loff_t __to = to;
uint64_t __to = to;
if (do_div(__to, mtd->writesize) || (total_len % mtd->writesize))
return -EINVAL;
}
Expand Down

0 comments on commit 225f6a7

Please sign in to comment.