Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224527
b: refs/heads/master
c: f316746
h: refs/heads/master
i:
  224525: a7fd65a
  224523: a2a47e5
  224519: 5a79edb
  224511: 44fef57
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Nov 29, 2010
1 parent 8d15334 commit 0361065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 0acdf68f495793143802dd4f3e47918dddcceed7
refs/heads/master: f3167460144cd2c24b964a32d40d32f851b5d5f4
3 changes: 1 addition & 2 deletions trunk/drivers/net/qlcnic/qlcnic_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,7 @@ int qlcnic_alloc_sw_resources(struct qlcnic_adapter *adapter)
rds_ring->dma_size + NET_IP_ALIGN;
break;
}
rds_ring->rx_buf_arr = (struct qlcnic_rx_buffer *)
vzalloc(RCV_BUFF_RINGSIZE(rds_ring));
rds_ring->rx_buf_arr = vzalloc(RCV_BUFF_RINGSIZE(rds_ring));
if (rds_ring->rx_buf_arr == NULL) {
dev_err(&netdev->dev, "Failed to allocate "
"rx buffer ring %d\n", ring);
Expand Down

0 comments on commit 0361065

Please sign in to comment.