Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108908
b: refs/heads/master
c: cd5aeb9
h: refs/heads/master
v: v3
  • Loading branch information
Brian King authored and Paul Mackerras committed Aug 19, 2008
1 parent a1a0b45 commit 563ff6c
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: 4589f1fe570c2c786b72eff146b2f168821882c6
refs/heads/master: cd5aeb9f6cf7ada6baa218e01b4299e201497cde
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/vio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ static int vio_bus_probe(struct device *dev)
return error;
}
error = viodrv->probe(viodev, id);
if (error)
if (error && firmware_has_feature(FW_FEATURE_CMO))
vio_cmo_bus_remove(viodev);
}

Expand Down

0 comments on commit 563ff6c

Please sign in to comment.