Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67389
b: refs/heads/master
c: a7fb7ea
h: refs/heads/master
i:
  67387: 2e250f5
v: v3
  • Loading branch information
Linas Vepstas authored and Paul Mackerras committed Oct 2, 2007
1 parent 0bf96fd commit 61dc8ec
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: 576e393e74e58bd4c949d551a3340accc8dbab0f
refs/heads/master: a7fb7ea76e20740c641a9b5401ef45b3b022cb69
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/pseries/eeh.c
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ static void *early_enable_eeh(struct device_node *dn, void *data)
pdn->eeh_freeze_count = 0;
pdn->eeh_false_positives = 0;

if (status && strcmp(status, "ok") != 0)
if (status && strncmp(status, "ok", 2) != 0)
return NULL; /* ignore devices with bad status */

/* Ignore bad nodes. */
Expand Down

0 comments on commit 61dc8ec

Please sign in to comment.