Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346780
b: refs/heads/master
c: bc26957
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Benjamin Herrenschmidt committed Nov 15, 2012
1 parent eb3b07e commit d109c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 490e078d6a21aa90d54f36cdcc544e87070175bd
refs/heads/master: bc26957c6cd913eaec9aac4ce17953efc1582c2e
4 changes: 1 addition & 3 deletions trunk/arch/powerpc/kernel/rtas_flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,10 +650,8 @@ static int initialize_flash_pde_data(const char *rtas_call_name,
int token;

dp->data = kzalloc(buf_size, GFP_KERNEL);
if (dp->data == NULL) {
remove_flash_pde(dp);
if (dp->data == NULL)
return -ENOMEM;
}

/*
* This code assumes that the status int is the first member of the
Expand Down

0 comments on commit d109c7e

Please sign in to comment.