[SCSI] libfc: Fix e_d_tov ns -> ms scaling factor in PLOGI response.
authorHugh Daschbach <hdasch@broadcom.com>
Thu, 21 Jan 2010 18:15:49 +0000 (10:15 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Wed, 17 Feb 2010 15:56:59 +0000 (09:56 -0600)
commit3b709150b73205710d05128b925090aac048ed23
treef49d1974c3fd1a04cdacb0fa999ab874fc61e58d
parent10897ae71dd6e205969726e0f817f3327ef32f83
[SCSI] libfc: Fix e_d_tov ns -> ms scaling factor in PLOGI response.

Both PLOGI and RTV response processing conditionally scale e_d_tov,
but use different scaling factors.  The scaling factor is correct in
RTV response processing.  Bring PLOGI e_d_tov scaling in line with RTV
common service parameter inspection.

Signed-off-by: Hugh Daschbach <hdasch@broadcom.com>
Acked-by: Joe Eykholt <jeykholt@cisco.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/libfc/fc_rport.c