Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282847
b: refs/heads/master
c: 556f063
h: refs/heads/master
i:
  282845: 71a1549
  282843: 6ca6415
  282839: 7fd86db
  282831: af777eb
  282815: a7de91e
v: v3
  • Loading branch information
Roman Tereshonkov authored and David Woodhouse committed Jan 9, 2012
1 parent 69bb37b commit 3f23a6b
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: 53466710202900ce49e471f480cac11275e1d0c4
refs/heads/master: 556f063580db2953a7e53cd46b47724246320f60
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/mtdoops.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ static void mtdoops_notify_add(struct mtd_info *mtd)

/* oops_page_used is a bit field */
cxt->oops_page_used = vmalloc(DIV_ROUND_UP(mtdoops_pages,
BITS_PER_LONG));
BITS_PER_LONG) * sizeof(unsigned long));
if (!cxt->oops_page_used) {
printk(KERN_ERR "mtdoops: could not allocate page array\n");
return;
Expand Down

0 comments on commit 3f23a6b

Please sign in to comment.