Re: [PATCH v2] scsi: 3w-sas: Correct log level of several messages

From: Paul Menzel
Date: Tue Mar 15 2022 - 14:19:31 EST


Dear Martin,


Am 15.03.22 um 19:15 schrieb Martin K. Petersen:

- printk(KERN_WARNING "3w-sas:%s AEN: %s (0x%02X:0x%04X): %s:%s.\n",
+ printk(KERN_INFO "3w-sas:%s AEN: %s (0x%02X:0x%04X): %s:%s.\n",

Maybe it would be worth considering a switch to dev_info()/pr_info() and
friends while you're at it?

I thought about it, but took a step back as other things are currently more pressing here. Sorry.


Kind regards,

Paul