Re: [PATCH 12/15] qedf: Move some prints to a debug level so they do not print when no debugging is enabled.

2017-05-24 Thread Bart Van Assche
On Tue, 2017-05-23 at 06:19 -0700, Dupuis, Chad wrote: > if (lport->port_id != ntoh24(fh->fh_d_id) && !vn_port) { > - QEDF_ERR(&(qedf->dbg_ctx), "Dropping frame due to " > - "destination mismatch: lport->port_id=%x " > - "fh->d_id=%x.\n", > +

[PATCH 12/15] qedf: Move some prints to a debug level so they do not print when no debugging is enabled.

2017-05-23 Thread Dupuis, Chad
Signed-off-by: Chad Dupuis --- drivers/scsi/qedf/qedf_main.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/drivers/scsi/qedf/qedf_main.c b/drivers/scsi/qedf/qedf_main.c index 7d1a953..340cf74 100644 ---