scsi: lpfc: Reduce log spew on controller reconnects
authorJames Smart <jsmart2021@gmail.com>
Sat, 30 Sep 2017 00:34:36 +0000 (17:34 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 3 Oct 2017 02:46:37 +0000 (22:46 -0400)
commite3246a123d3b2e90ee2e071e49c2dce191acbab4
treeaf023f47abf25c8d7907da25aaaba383f48151fc
parent8e036a9497c5d565baafda4c648f2f372999a547
scsi: lpfc: Reduce log spew on controller reconnects

There are several log messages that report abnormal terminations that by
default are marked warn. These are typically the result of failures due
to invalid controller state or abort completions. They are all natural
when a controller resets.

Unfortunately, as they are logged by default, it makes the admin very
concerned.

Convert the messages to Info.

Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <james.smart@broadcom.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_nvme.c
drivers/scsi/lpfc/lpfc_nvmet.c