Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180682
b: refs/heads/master
c: 3b70915
h: refs/heads/master
v: v3
  • Loading branch information
Hugh Daschbach authored and James Bottomley committed Feb 17, 2010
1 parent ca8751c commit 797978e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10897ae71dd6e205969726e0f817f3327ef32f83
refs/heads/master: 3b709150b73205710d05128b925090aac048ed23
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libfc/fc_rport.c
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ static void fc_rport_plogi_resp(struct fc_seq *sp, struct fc_frame *fp,

tov = ntohl(plp->fl_csp.sp_e_d_tov);
if (ntohs(plp->fl_csp.sp_features) & FC_SP_FT_EDTR)
tov /= 1000;
tov /= 1000000;
if (tov > rdata->e_d_tov)
rdata->e_d_tov = tov;
csp_seq = ntohs(plp->fl_csp.sp_tot_seq);
Expand Down

0 comments on commit 797978e

Please sign in to comment.