Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236127
b: refs/heads/master
c: da1bbd1
h: refs/heads/master
i:
  236125: a694abc
  236123: 25d61aa
  236119: 4de2c18
  236111: 5910231
  236095: f1cfe59
v: v3
  • Loading branch information
Manohar Vanga authored and Greg Kroah-Hartman committed Feb 23, 2011
1 parent d2292ec commit acfeef3
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: 6012795b13cd15b1e2216dc8558461ce99aecc30
refs/heads/master: da1bbd1d85ca4b68c58986f997f859327fd7f648
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vme/vme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ int vme_register_bridge(struct vme_bridge *bridge)
return retval;

err_reg:
while (i > -1) {
while (--i >= 0) {
dev = &bridge->dev[i];
device_unregister(dev);
}
Expand Down

0 comments on commit acfeef3

Please sign in to comment.