Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358867
b: refs/heads/master
c: 5a2815f
h: refs/heads/master
i:
  358865: d413b81
  358863: d00bba6
v: v3
  • Loading branch information
Itai Garbi authored and Roland Dreier committed Feb 19, 2013
1 parent 361e66b commit 3bd64a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b48680b5572ee78834c276548e16ac5316908cb
refs/heads/master: 5a2815f03c0fd5a091c95af93b7f1a17a971ac20
2 changes: 2 additions & 0 deletions trunk/drivers/infiniband/ulp/ipoib/ipoib_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1693,6 +1693,8 @@ static void ipoib_remove_one(struct ib_device *device)
return;

dev_list = ib_get_client_data(device, &ipoib_client);
if (!dev_list)
return;

list_for_each_entry_safe(priv, tmp, dev_list, list) {
ib_unregister_event_handler(&priv->event_handler);
Expand Down

0 comments on commit 3bd64a6

Please sign in to comment.