Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342058
b: refs/heads/master
c: 008d427
h: refs/heads/master
v: v3
  • Loading branch information
Amerigo Wang authored and David S. Miller committed Dec 10, 2012
1 parent 864edc2 commit 568eca6
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: 2062cc20d0a8e370163efccbee555347e17100c0
refs/heads/master: 008d4278072216bd2459a6e41b07b688fe95ee83
2 changes: 1 addition & 1 deletion trunk/drivers/net/virtio_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ static int virtnet_alloc_queues(struct virtnet_info *vi)
if (!vi->sq)
goto err_sq;
vi->rq = kzalloc(sizeof(*vi->rq) * vi->max_queue_pairs, GFP_KERNEL);
if (!vi->sq)
if (!vi->rq)
goto err_rq;

INIT_DELAYED_WORK(&vi->refill, refill_work);
Expand Down

0 comments on commit 568eca6

Please sign in to comment.