mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
ibmvnic: Sanitize entire SCRQ buffer on reset
Fixup a typo so that the entire SCRQ buffer is cleaned. Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4c2687a512
commit
c8b2ad0a4a
@ -1752,7 +1752,7 @@ static int reset_one_sub_crq_queue(struct ibmvnic_adapter *adapter,
|
||||
scrq->irq = 0;
|
||||
}
|
||||
|
||||
memset(scrq->msgs, 0, 2 * PAGE_SIZE);
|
||||
memset(scrq->msgs, 0, 4 * PAGE_SIZE);
|
||||
scrq->cur = 0;
|
||||
|
||||
rc = h_reg_sub_crq(adapter->vdev->unit_address, scrq->msg_token,
|
||||
|
Loading…
Reference in New Issue
Block a user