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/[email protected] Acked-by: Sumit Saxena <[email protected]> Signed-off-by: Guixin Liu <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 9b78d8f commit 9b201b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)