Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114516
b: refs/heads/master
c: 525c411
h: refs/heads/master
v: v3
  • Loading branch information
Nathan Fontenot authored and Paul Mackerras committed Sep 15, 2008
1 parent 5b674ee commit 8cf8154
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 57dda6ef5bd5b9e60410477ad29e654097e2cca1
refs/heads/master: 525c411d400603665f8416f7e84bb14a43830027
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/platforms/pseries/reconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,11 +466,11 @@ static int do_update_property(char *buf, size_t bufsize)
else
action = PSERIES_DRCONF_MEM_REMOVE;

blocking_notifier_call_chain(&pSeries_reconfig_chain,
action, value);
rc = blocking_notifier_call_chain(&pSeries_reconfig_chain,
action, value);
}

return 0;
return rc;
}

/**
Expand Down

0 comments on commit 8cf8154

Please sign in to comment.