net: qlcnic: Deletion of unnecessary memset
There is no need to memset memory allocated with vzalloc. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Acked-by: Shahed Shaikh <shahed.shaikh@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9061cb0235
commit
e29dd44325
1 changed files with 0 additions and 1 deletions
|
@ -2403,7 +2403,6 @@ int qlcnic_alloc_tx_rings(struct qlcnic_adapter *adapter,
|
||||||
qlcnic_free_tx_rings(adapter);
|
qlcnic_free_tx_rings(adapter);
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
}
|
}
|
||||||
memset(cmd_buf_arr, 0, TX_BUFF_RINGSIZE(tx_ring));
|
|
||||||
tx_ring->cmd_buf_arr = cmd_buf_arr;
|
tx_ring->cmd_buf_arr = cmd_buf_arr;
|
||||||
spin_lock_init(&tx_ring->tx_clean_lock);
|
spin_lock_init(&tx_ring->tx_clean_lock);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue