Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197311
b: refs/heads/master
c: 7a09876
h: refs/heads/master
i:
  197309: 53b92b6
  197307: 3de6775
  197303: b519aaa
  197295: 4d28d3f
  197279: 5c26653
  197247: 41ddb13
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 3be7784 commit fa75d59
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: 972b9529ccfa604bd473c43589f5120066161edd
refs/heads/master: 7a09876d2a68aab6c7a7d9df60eb0eb13467af11
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/NetVsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static struct netvsc_device *AllocNetDevice(struct hv_device *Device)

static void FreeNetDevice(struct netvsc_device *Device)
{
ASSERT(atomic_read(&Device->RefCount) == 0);
WARN_ON(atomic_read(&Device->RefCount) == 0);
Device->Device->Extension = NULL;
kfree(Device);
}
Expand Down

0 comments on commit fa75d59

Please sign in to comment.