Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341667
b: refs/heads/master
c: b02a806
h: refs/heads/master
i:
  341665: 91b959d
  341663: 7864055
v: v3
  • Loading branch information
Haiyang Zhang authored and David S. Miller committed Nov 30, 2012
1 parent c33672d commit 63c5fd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 1b4c44e6369dbbafd113f1e00b406f1eda5ab5b2
refs/heads/master: b02a80674ea3905926c1a942426008d732c47339
5 changes: 4 additions & 1 deletion trunk/drivers/net/hyperv/rndis_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,11 @@ int rndis_filter_set_device_mac(struct hv_device *hdev, char *mac)
return -EBUSY;
} else {
set_complete = &request->response_msg.msg.set_complete;
if (set_complete->status != RNDIS_STATUS_SUCCESS)
if (set_complete->status != RNDIS_STATUS_SUCCESS) {
netdev_err(ndev, "Fail to set MAC on host side:0x%x\n",
set_complete->status);
ret = -EINVAL;
}
}

cleanup:
Expand Down

0 comments on commit 63c5fd7

Please sign in to comment.