Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236078
b: refs/heads/master
c: 31acaa5
h: refs/heads/master
v: v3
  • Loading branch information
Haiyang Zhang authored and Greg Kroah-Hartman committed Feb 23, 2011
1 parent 6778563 commit 141e87b
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: 6fbb47859faa88e7fca458497d9688e928e587e1
refs/heads/master: 31acaa50c6c61bfb486dacaa2ec62950a42de233
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/netvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static struct netvsc_device *alloc_net_device(struct hv_device *device)

static void free_net_device(struct netvsc_device *device)
{
WARN_ON(atomic_read(&device->refcnt) == 0);
WARN_ON(atomic_read(&device->refcnt) != 0);
device->dev->ext = NULL;
kfree(device);
}
Expand Down

0 comments on commit 141e87b

Please sign in to comment.