Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56616
b: refs/heads/master
c: 9a6b507
h: refs/heads/master
v: v3
  • Loading branch information
Segher Boessenkool authored and Paul Mackerras committed May 17, 2007
1 parent 28a0c95 commit 5841f59
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: 67ccd2fcd42333493a33993312c76fb2d4c2a2d6
refs/heads/master: 9a6b50703e95b638f610a65ffcc5faf4356f73c9
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/rtas-proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ static ssize_t ppc_rtas_progress_write(struct file *file,
/* ****************************************************************** */
static int ppc_rtas_progress_show(struct seq_file *m, void *v)
{
if (progress_led)
if (progress_led[0])
seq_printf(m, "%s\n", progress_led);
return 0;
}
Expand Down

0 comments on commit 5841f59

Please sign in to comment.