Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232064
b: refs/heads/master
c: 7f32c9c
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Benjamin Herrenschmidt committed Jan 21, 2011
1 parent 3d39104 commit 96085ee
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: d368514c3097a48a109b6ba64e12047106c7473d
refs/heads/master: 7f32c9c60089bfdb5eeeaae6e9f59046db998234
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/rtasd.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static int log_rtas_len(char * buf)
/* rtas fixed header */
len = 8;
err = (struct rtas_error_log *)buf;
if (err->extended_log_length) {
if (err->extended && err->extended_log_length) {

/* extended header */
len += err->extended_log_length;
Expand Down

0 comments on commit 96085ee

Please sign in to comment.