Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272337
b: refs/heads/master
c: b7ab0b1
h: refs/heads/master
i:
  272335: ac05c6a
v: v3
  • Loading branch information
Hefty, Sean authored and Roland Dreier committed Oct 6, 2011
1 parent df01e9a commit 1678a87
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f45ee80eb0dda1fbf32bf63189627a9e1e157a95
refs/heads/master: b7ab0b19a85fffaa04ad0b59471d3a607eef0a56
3 changes: 3 additions & 0 deletions trunk/drivers/infiniband/core/mad.c
Original file line number Diff line number Diff line change
Expand Up @@ -1596,6 +1596,9 @@ find_mad_agent(struct ib_mad_port_private *port_priv,
mad->mad_hdr.class_version].class;
if (!class)
goto out;
if (convert_mgmt_class(mad->mad_hdr.mgmt_class) >=
IB_MGMT_MAX_METHODS)
goto out;
method = class->method_table[convert_mgmt_class(
mad->mad_hdr.mgmt_class)];
if (method)
Expand Down

0 comments on commit 1678a87

Please sign in to comment.