Skip to content

Commit 9b201b5

Browse files
guixinliu1995martinkpetersen
authored andcommitted
scsi: megaraid_sas: Correct an error message
Correct the error message logged when allocation of ioc_init_request fails. Link: https://lore.kernel.org/r/1663145283-4872-3-git-send-email-kanie@linux.alibaba.com Acked-by: Sumit Saxena <sumit.saxena@broadcom.com> Signed-off-by: Guixin Liu <kanie@linux.alibaba.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 9b78d8f commit 9b201b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/scsi/megaraid/megaraid_sas_base.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7226,7 +7226,7 @@ int megasas_alloc_ctrl_dma_buffers(struct megasas_instance *instance)
72267226

72277227
if (!fusion->ioc_init_request) {
72287228
dev_err(&pdev->dev,
7229-
"Failed to allocate PD list buffer\n");
7229+
"Failed to allocate ioc init request\n");
72307230
return -ENOMEM;
72317231
}
72327232

0 commit comments

Comments
 (0)