]> asedeno.scripts.mit.edu Git - linux.git/commit
scsi: qla2xxx: Silent erroneous message
authorQuinn Tran <quinn.tran@cavium.com>
Thu, 2 Aug 2018 20:16:48 +0000 (13:16 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 2 Aug 2018 20:56:18 +0000 (16:56 -0400)
commit3f915271b12e11183c606bed1c3dfff0983662d3
tree1cc396c96a9c308ca39484d6c1b83b94d862448b
parent22ebde16f141a5602a5e7c090aac7d50eb05f475
scsi: qla2xxx: Silent erroneous message

Driver uses shadow pointer instead of Mirror pointer for firmware dump
collection. Skip those entries for Mirror pointers for Request/Response
queue from firmware dump template reading.

Following messages are printed in log messages:

 qla27xx_fwdt_entry_t268: unknown buffer 4
 qla27xx_fwdt_entry_t268: unknown buffer 5

This patch fixes these error messages by adding skip_entry() to not read
them from template.

Signed-off-by: Quinn Tran <quinn.tran@cavium.com>
Signed-off-by: Himanshu Madhani <himanshu.madhani@cavium.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_tmpl.c