Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20075
b: refs/heads/master
c: 95eff20
h: refs/heads/master
i:
  20073: ba7ed87
  20071: 4f835fa
v: v3
  • Loading branch information
Jesper Juhl authored and Paul Mackerras committed Feb 7, 2006
1 parent d164074 commit 75ebd53
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: 4009d980224389c33dce1565e0ac9f673354c43f
refs/heads/master: 95eff20feb679a2223a6da1e7f272fe9aa99591e
3 changes: 1 addition & 2 deletions trunk/arch/powerpc/kernel/rtas_flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,7 @@ static void rtas_flash_firmware(int reboot_type)
static void remove_flash_pde(struct proc_dir_entry *dp)
{
if (dp) {
if (dp->data != NULL)
kfree(dp->data);
kfree(dp->data);
dp->owner = NULL;
remove_proc_entry(dp->name, dp->parent);
}
Expand Down

0 comments on commit 75ebd53

Please sign in to comment.