OSDN Git Service

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)
commit506f7f6b265c4e2961851d08dc4ab6a008f2bc01
treecec4cecf862dd09e706ca86582442aec58f23f9d
parentfc7d510ec4c8ff8801cb4ff5ba1a9841d80edb7c
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