Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181360
b: refs/heads/master
c: 5b7a381
h: refs/heads/master
v: v3
  • Loading branch information
Hugh Daschbach authored and James Bottomley committed Feb 17, 2010
1 parent d641dd6 commit 658af17
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: be88d3b26897e3e942f2f36ad3d0ffbe002c0088
refs/heads/master: 5b7a381e55d187e50a148b750abf4525cadd3a4f
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 658af17

Please sign in to comment.