Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353988
b: refs/heads/master
c: cad683f
h: refs/heads/master
v: v3
  • Loading branch information
Davidlohr Bueso authored and Greg Kroah-Hartman committed Jan 16, 2013
1 parent 55e0c9b commit 5efb78f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: ca3d70bd68455133eabcb8a0ae1b40254d87188b
refs/heads/master: cad683fb9d53fa2cbcf82660e663fa1180f86797
3 changes: 1 addition & 2 deletions trunk/drivers/staging/zram/zram_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ static void zram_set_disksize(struct zram *zram, size_t totalram_bytes)
"\tMemory Size: %zu kB\n"
"\tSize you selected: %llu kB\n"
"Continuing anyway ...\n",
totalram_bytes >> 10, zram->disksize
);
totalram_bytes >> 10, zram->disksize >> 10);
}

zram->disksize &= PAGE_MASK;
Expand Down

0 comments on commit 5efb78f

Please sign in to comment.