Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304640
b: refs/heads/master
c: 06f3d3b
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and Greg Kroah-Hartman committed May 14, 2012
1 parent f9ef611 commit 3468796
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: e7f3eb0c912ca334fa67429a060389cbea6e815d
refs/heads/master: 06f3d3bdee9bac871c556c34ea80303033c474b3
2 changes: 0 additions & 2 deletions trunk/drivers/staging/android/persistent_ram.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,6 @@ struct persistent_ram_zone *__persistent_ram_init(struct device *dev, bool ecc)
goto err;
}

INIT_LIST_HEAD(&prz->node);

ret = persistent_ram_buffer_init(dev_name(dev), prz);
if (ret) {
pr_err("persistent_ram: failed to initialize buffer\n");
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/android/persistent_ram.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ struct persistent_ram {
};

struct persistent_ram_zone {
struct list_head node;
void *vaddr;
struct persistent_ram_buffer *buffer;
size_t buffer_size;
Expand Down

0 comments on commit 3468796

Please sign in to comment.