OSDN Git Service

[SCSI] libfc: Fix e_d_tov ns -> ms scaling factor in PLOGI response.
authorHugh Daschbach <hdasch@broadcom.com>
Tue, 16 Feb 2010 20:15:23 +0000 (12:15 -0800)
committerJames Bottomley <James.Bottomley@suse.de>
Wed, 17 Feb 2010 23:43:39 +0000 (17:43 -0600)
commit5b7a381e55d187e50a148b750abf4525cadd3a4f
treef0a2f0cb303f4d68b64ab6c488d424c7c772da41
parentbe88d3b26897e3e942f2f36ad3d0ffbe002c0088
[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