Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289215
b: refs/heads/master
c: 3a21138
h: refs/heads/master
i:
  289213: 8ef9ee6
  289211: 54c5a3e
  289207: 3014ba2
  289199: 3e06e12
  289183: fa494ac
  289151: 4b7db50
v: v3
  • Loading branch information
Colin Cross authored and Greg Kroah-Hartman committed Mar 8, 2012
1 parent 57b77dd commit 82849b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a15d0b365e9bbf04dacb44fbe69d15f6594460e1
refs/heads/master: 3a21138d3f76296ad070a3692d72eb529e7d5d2c
3 changes: 3 additions & 0 deletions trunk/drivers/staging/android/ram_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ static int __init ram_console_late_init(void)
struct proc_dir_entry *entry;
struct persistent_ram_zone *prz = ram_console_zone;

if (!prz)
return 0;

if (persistent_ram_old_size(prz) == 0)
return 0;

Expand Down

0 comments on commit 82849b4

Please sign in to comment.