scsi: fnic: print port speed only at driver init or speed change
authorJohn Pittman <jpittman@redhat.com>
Fri, 23 Aug 2019 14:08:52 +0000 (10:08 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 30 Aug 2019 07:32:35 +0000 (03:32 -0400)
commit90302e95a4e185ee0ef5c2e78cf6112149c74908
treeec94d9304e7fcfb4f7b91ed49bdbb3b72a00d55c
parent84769706dde5881b8da0dc3da666f7443be95a8a
scsi: fnic: print port speed only at driver init or speed change

Port speed printing was added by commit d948e6383ec3 ("scsi: fnic: Add port
speed stat to fnic debug stats"). As currently configured, this will cause
the port speed to be printed to syslog every 2 seconds. To prevent log
spamming, only print the vnic port speed at driver initialization and if
the speed changes. Also clean up a small typo in fnic_trace.c.

Fixes: d948e6383ec3 ("scsi: fnic: Add port speed stat to fnic debug stats")
Signed-off-by: John Pittman <jpittman@redhat.com>
Reviewed-by: Satish Kharat <satishkh@cisco.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/fnic/fnic_fcs.c
drivers/scsi/fnic/fnic_trace.c