Re: [PATCH 1/5] scsi: BusLogic: Fix missing `pr_cont' use

From: Joe Perches
Date: Fri Apr 16 2021 - 10:03:02 EST


On Fri, 2021-04-16 at 12:48 +0200, Maciej W. Rozycki wrote:
> I'm not sure if that complex message
> routing via `blogic_msg' is worth having even, rather than calling
> `printk' or suitable variants directly.

It's to allow the message content to be added to the internal
&adapter->msgbuf[adapter->msgbuflen]
with strcpy for later use with blogic_show_info()/seq_write.