Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267957
b: refs/heads/master
c: 51a805d
h: refs/heads/master
i:
  267955: 0c5ae2a
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 25, 2011
1 parent ca84cf9 commit 2b45535
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b06efc199f9b8cc49e47d441f837a2dbe4971e4e
refs/heads/master: 51a805d0ce0f78810fd90d4e9eafd8a0ab4bdb58
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ static int netvsc_probe(struct hv_device *dev)

net = alloc_etherdev(sizeof(struct net_device_context));
if (!net)
return -1;
return -ENOMEM;

/* Set initial state */
netif_carrier_off(net);
Expand Down

0 comments on commit 2b45535

Please sign in to comment.