]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: mpt3sas: Remove KERN_WARNING from panic uses
authorJoe Perches <joe@perches.com>
Mon, 17 Sep 2018 15:01:12 +0000 (08:01 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 11 Oct 2018 02:00:44 +0000 (22:00 -0400)
commit1ed03a4c14989d988a184a7508261039ac4f35bc
treecec4cecf862dd09e706ca86582442aec58f23f9d
parent4d85aa168943985cc3c69c4304d42b4e217a7738
scsi: mpt3sas: Remove KERN_WARNING from panic uses

Remove the logging level as panic calls stop the machine and should always be
emitted regardless of requested logging level.

These existing panic uses are perhaps inappropriate.

Miscellanea:

o Coalesce formats and convert MPT3SAS_FMT to "%s: " to improve clarity

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Suganath Prabu <suganath-prabu.subramani@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/mpt3sas/mpt3sas_config.c