Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31170
b: refs/heads/master
c: 24da3dd
h: refs/heads/master
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Jun 28, 2006
1 parent 85daed2 commit b61e968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4ba99b97dadd35b9ce1438b2bc7c992a4a14a8b1
refs/heads/master: 24da3dd53430ec07ce9110b1eaaad080c3c7ecf6
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/rtas.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ int rtas_call(int token, int nargs, int nret, int *outputs, ...)
char *buff_copy = NULL;
int ret;

if (token == RTAS_UNKNOWN_SERVICE)
if (!rtas.entry || token == RTAS_UNKNOWN_SERVICE)
return -1;

/* Gotta do something different here, use global lock for now... */
Expand Down

0 comments on commit b61e968

Please sign in to comment.