Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183451
b: refs/heads/master
c: eacc4d6
h: refs/heads/master
i:
  183449: 434a30c
  183447: 3a2046d
v: v3
  • Loading branch information
H Hartley Sweeten authored and David S. Miller committed Jan 7, 2010
1 parent 259a311 commit 6ab366f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 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: 4754b3de93f893e85d811031ff742fc7a4f53db4
refs/heads/master: eacc4d6a7dc447ec4fc219af129e0fe50d21d8f7
11 changes: 2 additions & 9 deletions trunk/drivers/infiniband/hw/cxgb3/iwch_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1371,15 +1371,8 @@ static int pass_accept_req(struct t3cdev *tdev, struct sk_buff *skb, void *ctx)
tim.mac_addr = req->dst_mac;
tim.vlan_tag = ntohs(req->vlan_tag);
if (tdev->ctl(tdev, GET_IFF_FROM_MAC, &tim) < 0 || !tim.dev) {
printk(KERN_ERR
"%s bad dst mac %02x %02x %02x %02x %02x %02x\n",
__func__,
req->dst_mac[0],
req->dst_mac[1],
req->dst_mac[2],
req->dst_mac[3],
req->dst_mac[4],
req->dst_mac[5]);
printk(KERN_ERR "%s bad dst mac %pM\n",
__func__, req->dst_mac);
goto reject;
}

Expand Down

0 comments on commit 6ab366f

Please sign in to comment.