Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316823
b: refs/heads/master
c: ac166d2
h: refs/heads/master
i:
  316821: 7a2b1a2
  316819: d50343d
  316815: 83b48a3
v: v3
  • Loading branch information
Vasu Dev authored and James Bottomley committed Jul 20, 2012
1 parent 2caeb87 commit 8ea6f16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: db95fc004ea50f661a98c9f25585c0a734b5c238
refs/heads/master: ac166d2fbd2d0c295454bcee7b3c930cb96e72cc
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/libfc/fc_lport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1598,8 +1598,9 @@ static void fc_lport_timeout(struct work_struct *work)
case LPORT_ST_RPA:
case LPORT_ST_DHBA:
case LPORT_ST_DPRT:
fc_lport_enter_ms(lport, lport->state);
break;
FC_LPORT_DBG(lport, "Skipping lport state %s to SCR\n",
fc_lport_state(lport));
/* fall thru */
case LPORT_ST_SCR:
fc_lport_enter_scr(lport);
break;
Expand Down

0 comments on commit 8ea6f16

Please sign in to comment.