Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196602
b: refs/heads/master
c: f6d8c8b
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Benjamin Herrenschmidt committed Apr 7, 2010
1 parent 5a996ac commit 287ace9
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 43caa61f154da85a620965f3f61c2f45366d8dc7
refs/heads/master: f6d8c8bb1d360272d795927d39f3d2c5934e77d9
4 changes: 3 additions & 1 deletion trunk/arch/powerpc/kernel/vio.c
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,10 @@ void vio_cmo_set_dev_desired(struct vio_dev *viodev, size_t desired)
found = 1;
break;
}
if (!found)
if (!found) {
spin_unlock_irqrestore(&vio_cmo.lock, flags);
return;
}

/* Increase/decrease in desired device entitlement */
if (desired >= viodev->cmo.desired) {
Expand Down

0 comments on commit 287ace9

Please sign in to comment.