Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281059
b: refs/heads/master
c: c26f611
h: refs/heads/master
i:
  281057: 6ac9803
  281055: 7b8592d
v: v3
  • Loading branch information
Manohar Vanga authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent 8d8d27a commit 6319a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 3fe0a87f8fa98fb24ceb0231e326f3892e84e39b
refs/heads/master: c26f6112990b90977db429596ed0640d153b3a32
5 changes: 1 addition & 4 deletions trunk/drivers/staging/vme/vme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1421,10 +1421,7 @@ static int __vme_register_driver(struct vme_driver *drv, unsigned int ndevs)
* and if the bridge is removed, it will have to go through
* vme_unregister_bridge() to do it (which calls remove() on
* the bridge which in turn tries to acquire vme_buses_lock and
* will have to wait). The probe() called after device
* registration in __vme_register_driver below will also fail
* as the bridge is being removed (since the probe() calls
* vme_bridge_get()).
* will have to wait).
*/
err = __vme_register_driver_bus(drv, bridge, ndevs);
if (err)
Expand Down

0 comments on commit 6319a21

Please sign in to comment.