Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10732
b: refs/heads/master
c: 089a1be
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Oct 28, 2005
1 parent 093e7d4 commit e0575ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3d155f8cd0d077938d271225d26ee52f8eb26082
refs/heads/master: 089a1bedd84be16a4f49a319e7ccb4a128da5ce9
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/core/user_mad.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,12 +398,12 @@ static ssize_t ib_umad_write(struct file *filp, const char __user *buf,
* transaction ID matches the agent being used to send the
* MAD.
*/
method = ((struct ib_mad_hdr *) packet->msg)->method;
method = ((struct ib_mad_hdr *) packet->msg->mad)->method;

if (!(method & IB_MGMT_METHOD_RESP) &&
method != IB_MGMT_METHOD_TRAP_REPRESS &&
method != IB_MGMT_METHOD_SEND) {
tid = &((struct ib_mad_hdr *) packet->msg)->tid;
tid = &((struct ib_mad_hdr *) packet->msg->mad)->tid;
*tid = cpu_to_be64(((u64) agent->hi_tid) << 32 |
(be64_to_cpup(tid) & 0xffffffff));
}
Expand Down

0 comments on commit e0575ae

Please sign in to comment.