Re: [PATCH] bnx2fc: replace printk() with BNX2FC_IO_DBG()

2016-05-31 Thread Martin K. Petersen
> "Maurizio" == Maurizio Lombardi writes: Maurizio> The "fcp_rsp_code = %d" message isn't an error, it's meant to Maurizio> be informative only. This patch prevents a flood of such Maurizio> messages in some situations. Applied to 4.8/scsi-queue. -- Martin K. Petersen Oracle Linux En

Re: [PATCH] bnx2fc: replace printk() with BNX2FC_IO_DBG()

2016-05-31 Thread Chad Dupuis
> The "fcp_rsp_code = %d" message isn't an error, it's meant to > be informative only. > This patch prevents a flood of such messages in some situations. > > Tested-by: Laurence Oberman > Signed-off-by: Maurizio Lombardi > --- > drivers/scsi/bnx2fc/bnx2fc_io.c | 2 +- > 1 file changed, 1 insertion

Re: [PATCH] bnx2fc: replace printk() with BNX2FC_IO_DBG()

2016-05-30 Thread Johannes Thumshirn
On Mon, May 30, 2016 at 10:41:01AM +0200, Maurizio Lombardi wrote: > The "fcp_rsp_code = %d" message isn't an error, it's meant to > be informative only. > This patch prevents a flood of such messages in some situations. > > Tested-by: Laurence Oberman > Signed-off-by: Maurizio Lombardi Reviewe

[PATCH] bnx2fc: replace printk() with BNX2FC_IO_DBG()

2016-05-30 Thread Maurizio Lombardi
The "fcp_rsp_code = %d" message isn't an error, it's meant to be informative only. This patch prevents a flood of such messages in some situations. Tested-by: Laurence Oberman Signed-off-by: Maurizio Lombardi --- drivers/scsi/bnx2fc/bnx2fc_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion